Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crumble

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crumble - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

6

CHANGELOG.md

@@ -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 @@

10

crumble.d.ts

@@ -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",

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