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

universal-cookie

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-cookie - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

lib/Cookies.js

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

value: function set(name, value, options) {
if ((typeof val === 'undefined' ? 'undefined' : _typeof(val)) === 'object') {
if ((typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object') {
value = JSON.stringify(value);

@@ -72,0 +72,0 @@ }

{
"name": "universal-cookie",
"version": "2.0.4",
"version": "2.0.5",
"description": "Universal cookies for JavaScript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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