New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nine3-cookie-consent

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nine3-cookie-consent - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.babelrc

47

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc