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

cookiestore

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookiestore - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

2

cookiestore.ts

@@ -5,3 +5,3 @@ import * as cookies from 'js-cookie'

type Key = 'graphcool_auth_token'
export type Key = 'graphcool_auth_token'
| 'graphcool_customer_id'

@@ -8,0 +8,0 @@ | 'graphcool_last_used_project_id'

{
"name": "cookiestore",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cookiestore to persist data across our SPAs",
"main": "cookiestore.ts",
"main": "cookiestore.js",
"scripts": {
"prepublish": "npm run build",
"build": "tsc cookiestore.ts",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -22,3 +24,6 @@ },

"js-cookie": "^2.1.3"
},
"devDependencies": {
"typescript": "^2.1.0-dev.20160913"
}
}
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