Socket
Socket
Sign inDemoInstall

@haikel/min-cookie

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haikel/min-cookie - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

package.json
{
"name": "@haikel/min-cookie",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple, lightweight JavaScript package for handling cookies",

@@ -17,4 +17,3 @@ "main": "index.js",

],
"author": "Haikel Fazzani",
"license": "MIT",
"author": "Haikel Fazzani",
"repository": {

@@ -27,3 +26,4 @@ "type": "git",

},
"homepage": "https://github.com/haikelfazzani/min-cookie.git#readme"
}
"homepage": "https://github.com/haikelfazzani/min-cookie.git#readme",
"license": "MIT"
}
# MinCookie.js
[![](https://data.jsdelivr.com/v1/package/npm/@haikel/min-cookie/badge)](https://www.jsdelivr.com/package/npm/@haikel/min-cookie)
![bundlephobia badge](https://badgen.net/bundlephobia/min/@haikel/min-cookie)
![bundlephobia badge](https://badgen.net/bundlephobia/minzip/@haikel/min-cookie)
A simple, lightweight JavaScript package for handling cookies
```js
$ npm install min-cookie --save
$ npm install @haikel/min-cookie --save
```

@@ -19,3 +25,3 @@

```html
<script src="https://cdn.jsdelivr.net/npm/@haikel/min-cookie@1.1.0/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@haikel/min-cookie@1.1.2/index.min.js"></script>
```

@@ -22,0 +28,0 @@

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