Comparing version 2.3.0 to 2.3.1
@@ -5,2 +5,8 @@ # Changelog | ||
## [2.3.1] (2021-05-16) | ||
### Changed | ||
- Removed unnecessary files from the package making it more lightweight. | ||
## [2.3.0] (2021-05-14) | ||
@@ -7,0 +13,0 @@ |
@@ -67,3 +67,3 @@ /** | ||
* ``` js | ||
* Crumble.hasCookie(document.cookie, 'cookie'); | ||
* crumble.hasCookie(document.cookie, 'cookie'); | ||
* ``` | ||
@@ -84,3 +84,3 @@ * | ||
* ``` js | ||
* Crumble.getCookie(document.cookie, 'cookie'); | ||
* crumble.getCookie(document.cookie, 'cookie'); | ||
* ``` | ||
@@ -101,3 +101,3 @@ * | ||
* ``` js | ||
* document.cookie = Crumble.setCookie( | ||
* document.cookie = crumble.setCookie( | ||
* { | ||
@@ -115,3 +115,3 @@ * name : "name", | ||
* ``` js | ||
* document.cookie = Crumble.setCookie( | ||
* document.cookie = crumble.setCookie( | ||
* { | ||
@@ -141,3 +141,3 @@ * name : "name", | ||
* ``` js | ||
* document.cookie = Crumble.removeCookie( | ||
* document.cookie = crumble.removeCookie( | ||
* { | ||
@@ -144,0 +144,0 @@ * name : "name", |
{ | ||
"name" : "crumble", | ||
"version" : "2.3.0", | ||
"version" : "2.3.1", | ||
@@ -30,3 +30,3 @@ "type" : "module", | ||
{ | ||
"rollup" : "2.47.0", | ||
"rollup" : "2.48.0", | ||
"rollup-plugin-terser" : "7.0.2", | ||
@@ -39,5 +39,5 @@ "@rollup/plugin-babel" : "5.3.0", | ||
"eslint" : "7.26.0", | ||
"eslint-plugin-import" : "2.22.1", | ||
"eslint-plugin-import" : "2.23.1", | ||
"eslint-plugin-promise" : "5.1.0", | ||
"eslint-config-protect-me-from-my-stupidity" : "7.1.2", | ||
"eslint-config-protect-me-from-my-stupidity" : "7.2.0", | ||
"@babel/core" : "7.14.2", | ||
@@ -56,2 +56,12 @@ "@babel/preset-env" : "7.14.2" | ||
"files" : | ||
[ | ||
"/README.md", | ||
"/CHANGELOG.md", | ||
"/LICENSE.txt", | ||
"/crumble.js", | ||
"/crumble.cjs", | ||
"/crumble.d.ts" | ||
], | ||
"repository" : | ||
@@ -67,3 +77,3 @@ { | ||
{ | ||
"test:lint" : "eslint \"**/*.js\"", | ||
"test:lint" : "eslint \"**/*.js\" --ignore-path .gitignore", | ||
"test:unit" : "mocha \"tests/**/*.test.js\"", | ||
@@ -70,0 +80,0 @@ "test" : "npm run test:lint && npm run test:unit", |
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
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
0
16234
7
153