@cmmv/cookie-parser
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -7,3 +7,3 @@ /*! | ||
import * as cookie from 'cookie'; | ||
type CookieParserOptions = cookie.CookieParseOptions & { | ||
type CookieParserOptions = cookie.ParseOptions & { | ||
name?: string; | ||
@@ -10,0 +10,0 @@ secret?: string | string[]; |
{ | ||
"name": "@cmmv/cookie-parser", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "CMMV (@cookie-parser)", | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0732c840f223d0b34d50e86075cf9510443fcc77" | ||
"gitHead": "078f050f9135548957bd510e94b9e75a3a48041d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30863