Socket
Socket
Sign inDemoInstall

@shopify/react-cookie

Package Overview
Dependencies
4
Maintainers
13
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8-sknext-beta.8

build/cjs/BrowserCookieManager.js

6

CHANGELOG.md

@@ -8,6 +8,8 @@ # Changelog

## [Unreleased]
<!-- ## [Unreleased] -->
## [0.0.1] - 2019-09-27
### Added
- `@shopify/react-cookie` package
- `@shopify/react-cookie` package [[#1002](https://github.com/Shopify/quilt/pull/1002)]
{
"name": "@shopify/react-cookie",
"version": "0.0.7",
"version": "0.0.8-sknext-beta.8",
"license": "MIT",
"description": "Cookies in React for the server and client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.build.json",
"prepublishOnly": "yarn run build"
"build": "tsc --p tsconfig.json"
},
"sideEffects": false,
"publishConfig": {

@@ -20,13 +19,12 @@ "access": "public",

"type": "git",
"url": "git+https://github.com/Shopify/quilt.git"
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/react-cookie"
},
"bugs": {
"url": "https://github.com/shopify/quilt/issues"
"url": "https://github.com/Shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-cookie/README.md",
"dependencies": {
"@shopify/react-effect": "^3.2.5",
"@shopify/react-hooks": "^1.3.0",
"@shopify/react-html": "^9.2.6",
"@shopify/react-network": "^3.3.4",
"@shopify/react-hooks": "0.0.8-sknext-beta.8",
"@shopify/react-network": "0.0.8-sknext-beta.8",
"cookie": "^0.4.0",

@@ -40,4 +38,19 @@ "tslib": "^1.9.3"

"files": [
"dist/*"
]
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc