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 2.1.2 to 2.1.3

2

lib/join.js

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

result = result || [];
for (let i = 0; i < list.length; i += 1) {
for (var i = 0; i < list.length; i += 1) {
if (Array.isArray(list[i])) {

@@ -23,0 +23,0 @@ flattenArray(list[i], result);

{
"name": "gson-pointer",
"version": "2.1.2",
"version": "2.1.3",
"description": "json pointer - failsafe data retrieval on js and json objects",

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