5 curated breaking changes across major versions of cookie. Use this as a migration checklist before bumping dependencies.
Use modern JS features, ship TypeScript definition (#175) 1cc64ff
Adds `__esModule` marker, imports need to use `import { parse, serialize }` or `import * as cookie`
Uses null prototype object for `parse` return value
Changes `strict` and `priority` to match the lower case strings (i.e. `low`, not `LOW` or `Low`)
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/npm/cookieRequire `maxAge` to be an integer using `Number.isInteger` check