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.9 to 1.0.10

2

package.json

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

"license": "UNLICENSED",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",

@@ -9,0 +9,0 @@ "scripts": {

@@ -92,5 +92,5 @@ const deepEqual = require("deep-equal");

for (let i=0; i<lines.length; i++) {
if ((lines[i].match(/:/g) || []).length === 1) {
if ((lines[i].match(/\:/g) || []).length === 1) {
let valuePair = lines[i].split(":");
valuePair[0] = valuePair[0].replace(/"/g, "");
valuePair[0] = valuePair[0].replace(/\"/g, "");
lines[i] = valuePair.join(":");

@@ -97,0 +97,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