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.7 to 1.0.8

2

package.json

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

"license": "UNLICENSED",
"version": "1.0.7",
"version": "1.0.8",
"main": "index.js",

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

@@ -85,3 +85,3 @@ const deepEqual = require("deep-equal");

if (linePrefix !== "") {
for (let i=0; i<lines.length; i++) {
for (let i=1; i<lines.length; i++) {
lines[i] = linePrefix + lines[i];

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