New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gson-pointer

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gson-pointer - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

5

lib/set.js

@@ -13,3 +13,8 @@ "use strict";

}
var properties = split(pointer);
if (properties.length === 0) {
return data;
}
if (data == null) {

@@ -16,0 +21,0 @@ data = isArray.test(properties[0]) ? [] : {};

2

package.json
{
"name": "gson-pointer",
"version": "3.4.0",
"version": "3.4.1",
"description": "json pointer - failsafe data retrieval on js and json objects",

@@ -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