react-cookie
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -26,3 +26,3 @@ 'use strict'; | ||
var IS_NODE = typeof document === 'undefined' || typeof module !== 'undefined' && module.exports; | ||
var IS_NODE = typeof document === 'undefined' || process && process.env && process.env.NODE_ENV === 'test'; | ||
var _rawCookie = {}; | ||
@@ -29,0 +29,0 @@ var _res = undefined; |
{ | ||
"name": "react-cookie", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Load and save cookies within your React application", | ||
@@ -45,4 +45,3 @@ "main": "build/cookie.js", | ||
"eslint": "^3.10.2", | ||
"eslint-config-cyprex": "^1.0.1", | ||
"eslint-plugin-react": "^6.7.1", | ||
"eslint-config-cyprex": "^1.1.1", | ||
"ghooks": "^1.3.2", | ||
@@ -49,0 +48,0 @@ "jest": "^17.0.3" |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
11
8330
2