nine3-cookie-consent
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "nine3-cookie-consent", | ||
"version": "0.1.0", | ||
"author": "93digital", | ||
"version": "0.1.1", | ||
"description": "A simplified cookie consent bar for React applications. Forked from https://github.com/Mastermindzh/react-cookie-consent", | ||
"main": "index.js", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"dependencies": { | ||
"js-cookie": "^2.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.4.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "webpack", | ||
"patch": "npm --no-git-tag-version version patch", | ||
"minor": "npm --no-git-tag-version version minor", | ||
"major": "npm --no-git-tag-version version major", | ||
"release": "npm run build && git add -A && git commit -m 'version bump and build' && git push && npm publish", | ||
"release-patch": "npm run patch && npm run release", | ||
"release-minor": "npm run minor && npm run release", | ||
"release-major": "npm run major && npm run release" | ||
}, | ||
@@ -13,8 +28,28 @@ "repository": { | ||
}, | ||
"author": "93digital", | ||
"license": "ISC", | ||
"keywords": [ | ||
"react", | ||
"cookie", | ||
"consent", | ||
"cookiebar" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/AndrewIontton/nine3-cookie-consent/issues" | ||
}, | ||
"homepage": "https://github.com/AndrewIontton/nine3-cookie-consent#readme" | ||
"homepage": "https://github.com/AndrewIontton/nine3-cookie-consent#readme", | ||
"devDependencies": { | ||
"@types/js-cookie": "^2.2.2", | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-react-jsx": "^6.24.1", | ||
"babel-preset-env": "^1.5.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-1": "^6.24.1", | ||
"copy-webpack-plugin": "^4.6.0", | ||
"react": "^16.8.6", | ||
"webpack": "^2.6.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
144113
15
1677
1
1
255
2
13
12
+ Addedjs-cookie@^2.2.0
+ Addedjs-cookie@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)