Socket
Socket
Sign inDemoInstall

@shopify/react-cookie

Package Overview
Dependencies
3
Maintainers
19
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

16

CHANGELOG.md

@@ -8,4 +8,12 @@ # Changelog

## [0.1.4] - 2021-03-03
<!-- ## Unreleased -->
## 0.1.8 - 2021-04-13
### Changed
- Removed dependency on tslib, as we no-longer compile with `tsc`. [#1829](https://github.com/Shopify/quilt/pull/1829)
## 0.1.4 - 2021-03-03
### Fixed

@@ -15,3 +23,3 @@

## [0.1.0] - 2020-12-18
## 0.1.0 - 2020-12-18

@@ -22,7 +30,7 @@ ### Added

## [0.0.36] - 2020-10-20
## 0.0.36 - 2020-10-20
- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
## [0.0.1] - 2019-09-27
## 0.0.1 - 2019-09-27

@@ -29,0 +37,0 @@ ### Added

{
"name": "@shopify/react-cookie",
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",

@@ -8,5 +8,2 @@ "description": "Cookies in React for the server and client",

"types": "index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.json"
},
"sideEffects": false,

@@ -28,6 +25,5 @@ "publishConfig": {

"dependencies": {
"@shopify/react-hooks": "^1.13.0",
"@shopify/react-network": "^3.6.7",
"cookie": "^0.4.0",
"tslib": "^1.14.1"
"@shopify/react-hooks": "^1.13.1",
"@shopify/react-network": "^3.6.8",
"cookie": "^0.4.0"
},

@@ -34,0 +30,0 @@ "peerDependencies": {

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