Socket
Socket
Sign inDemoInstall

@shopify/react-cookie

Package Overview
Dependencies
Maintainers
13
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-cookie - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30-sknext-beta.9

build/cjs/BrowserCookieManager.js

30

package.json
{
"name": "@shopify/react-cookie",
"version": "0.0.29",
"version": "0.0.30-sknext-beta.9",
"license": "MIT",
"description": "Cookies in React for the server and client",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -27,4 +27,4 @@ "build": "tsc --p tsconfig.json"

"dependencies": {
"@shopify/react-hooks": "^1.10.0",
"@shopify/react-network": "^3.5.0",
"@shopify/react-hooks": "^1.10.1-sknext-beta.9",
"@shopify/react-network": "^3.5.1-sknext-beta.9",
"cookie": "^0.4.0",

@@ -38,5 +38,19 @@ "tslib": "^1.9.3"

"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
"./index": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
}
}
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