Socket
Socket
Sign inDemoInstall

@shopify/react-cookie

Package Overview
Dependencies
Maintainers
19
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.1.0 to 0.1.1-mandatory-extensions-beta.0

2

build/cjs/BrowserCookieManager.js

@@ -16,3 +16,3 @@ "use strict";

var _context = require("./context");
var _context = require("./context.js");

@@ -19,0 +19,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

@@ -14,7 +14,7 @@ "use strict";

var _BrowserCookieManager = require("./BrowserCookieManager");
var _BrowserCookieManager = require("./BrowserCookieManager.js");
var _context = require("./context");
var _context = require("./context.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -21,0 +21,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

@@ -10,3 +10,3 @@ "use strict";

var _context = require("./context");
var _context = require("./context.js");

@@ -13,0 +13,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

@@ -49,10 +49,10 @@ "use strict";

var _BrowserCookieManager = require("./BrowserCookieManager");
var _BrowserCookieManager = require("./BrowserCookieManager.js");
var _context = require("./context");
var _context = require("./context.js");
var _hooks = require("./hooks");
var _hooks = require("./hooks.js");
var _CookieUniversalProvider = require("./CookieUniversalProvider");
var _CookieUniversalProvider = require("./CookieUniversalProvider.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -10,3 +10,3 @@ "use strict";

var _BrowserCookieManager = require("./BrowserCookieManager");
var _BrowserCookieManager = require("./BrowserCookieManager.js");

@@ -13,0 +13,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

@@ -16,3 +16,3 @@ "use strict";

var _context = require("./context");
var _context = require("./context.js");

@@ -19,0 +19,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -14,7 +14,7 @@ "use strict";

var _BrowserCookieManager = require("./BrowserCookieManager");
var _BrowserCookieManager = require("./BrowserCookieManager.js");
var _context = require("./context");
var _context = require("./context.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -21,0 +21,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -10,3 +10,3 @@ "use strict";

var _context = require("./context");
var _context = require("./context.js");

@@ -13,0 +13,0 @@ const NO_MANAGER_ERROR = ['Could not find react-cookie context.', 'You might be missing the <CookieUniversalProvider />', 'component in your application component tree.'].join(' ');

@@ -49,10 +49,10 @@ "use strict";

var _BrowserCookieManager = require("./BrowserCookieManager");
var _BrowserCookieManager = require("./BrowserCookieManager.js");
var _context = require("./context");
var _context = require("./context.js");
var _hooks = require("./hooks");
var _hooks = require("./hooks.js");
var _CookieUniversalProvider = require("./CookieUniversalProvider");
var _CookieUniversalProvider = require("./CookieUniversalProvider.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -10,3 +10,3 @@ "use strict";

var _BrowserCookieManager = require("./BrowserCookieManager");
var _BrowserCookieManager = require("./BrowserCookieManager.js");

@@ -13,0 +13,0 @@ function clearCookies() {

@@ -1,1 +0,1 @@

module.exports = require("./build/node/index");
module.exports = require("./build/cjs/index.js");
{
"name": "@shopify/react-cookie",
"version": "0.1.0",
"version": "0.1.1-mandatory-extensions-beta.0",
"license": "MIT",

@@ -27,4 +27,4 @@ "description": "Cookies in React for the server and client",

"dependencies": {
"@shopify/react-hooks": "^1.12.0",
"@shopify/react-network": "^3.6.0",
"@shopify/react-hooks": "^1.12.1-mandatory-extensions-beta.0",
"@shopify/react-network": "^3.6.1-mandatory-extensions-beta.0",
"cookie": "^0.4.0",

@@ -31,0 +31,0 @@ "tslib": "^1.14.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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