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

@apigames/json

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/json - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

5

package.json

@@ -6,3 +6,3 @@ {

"license": "UNLICENSED",
"version": "1.0.22",
"version": "1.0.23",
"main": "index.js",

@@ -30,3 +30,4 @@ "scripts": {

"es6-promise": "^4.2.8",
"jsonschema": "^1.2.6"
"jsonschema": "^1.2.6",
"lodash.clonedeep": "^4.5.0"
},

@@ -33,0 +34,0 @@ "devDependencies": {

@@ -1,2 +0,3 @@

const deepEqual = require("deep-equal");
const deepEqual = require("deep-equal"),
clonedeep = require("lodash.clonedeep");

@@ -85,3 +86,3 @@ function isArray (value) {

if (value) {
return JSON.parse(JSON.stringify(value));
return clonedeep(value);
}

@@ -88,0 +89,0 @@ }

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