Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-cookie

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cookie - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

build/cookie.js

@@ -26,3 +26,3 @@ 'use strict';

var IS_NODE = typeof document === 'undefined' || typeof module !== 'undefined' && module.exports;
var IS_NODE = typeof document === 'undefined' || process && process.env && process.env.NODE_ENV === 'test';
var _rawCookie = {};

@@ -29,0 +29,0 @@ var _res = undefined;

{
"name": "react-cookie",
"version": "1.0.2",
"version": "1.0.3",
"description": "Load and save cookies within your React application",

@@ -45,4 +45,3 @@ "main": "build/cookie.js",

"eslint": "^3.10.2",
"eslint-config-cyprex": "^1.0.1",
"eslint-plugin-react": "^6.7.1",
"eslint-config-cyprex": "^1.1.1",
"ghooks": "^1.3.2",

@@ -49,0 +48,0 @@ "jest": "^17.0.3"

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