Socket
Socket
Sign inDemoInstall

jsan

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsan - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

1

lib/path-getter.js

@@ -8,2 +8,3 @@ module.exports = pathGetter;

path = paths[i].toString().replace(/\\"/g, '"');
if (typeof obj[path] === 'undefined' && i !== paths.length - 1) continue;
obj = obj[path];

@@ -10,0 +11,0 @@ }

2

package.json
{
"name": "jsan",
"version": "3.1.5",
"version": "3.1.6",
"description": "handle circular references when stringifying and parsing",

@@ -5,0 +5,0 @@ "main": "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