react-cookie-consent
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -739,3 +739,4 @@ module.exports = | ||
marginLeft: "15px", | ||
padding: "5px 10px" | ||
padding: "5px 10px", | ||
marginRight: "25px" | ||
}, | ||
@@ -742,0 +743,0 @@ contentStyle: {} |
@@ -7,6 +7,7 @@ { | ||
}, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A small, simple and customizable cookie consent bar for use in React applications.", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"js-cookie": "^2.2.0", | ||
"react": "^16.4.0" | ||
@@ -13,0 +14,0 @@ }, |
@@ -37,3 +37,4 @@ import React, { Component } from "react"; | ||
marginLeft: "15px", | ||
padding: "5px 10px" | ||
padding: "5px 10px", | ||
marginRight: "25px" | ||
}, | ||
@@ -40,0 +41,0 @@ contentStyle: {} |
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
127275
1585
2
+ Addedjs-cookie@^2.2.0
+ Addedjs-cookie@2.2.1(transitive)