Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-magic

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-magic - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

lib/JSONPointer.js

@@ -5,2 +5,3 @@ 'use strict';

const _toString = Object.prototype.toString;
const $check=require('check-types');

@@ -11,3 +12,4 @@ function each (obj, fn, ctx) {

}
let l = obj.length;
let l = $check.array(obj)?obj.length:null;
if (l === +l) {

@@ -14,0 +16,0 @@ for (let i = 0; i < l; i++) {

{
"name": "json-magic",
"version": "0.0.11",
"version": "0.0.12",
"description": "Utilities for manipulating JSON objects.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/filepounder/json-magic",

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