Socket
Socket
Sign inDemoInstall

json-pointer

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

component.json
{
"name": "json-pointer",
"description": "Some utilities for JSON pointers described by RFC 6901",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [],

@@ -6,0 +6,0 @@ "dependencies": {

@@ -130,3 +130,3 @@ 'use strict';

descend = descend || function (value) {
descend = descend || function (value) {
var type = Object.prototype.toString.call(value);

@@ -133,0 +133,0 @@ return type === '[object Object]' || type === '[object Array]';

{
"name": "json-pointer",
"description": "Some utilities for JSON pointers described by RFC 6901",
"version": "0.2.1",
"version": "0.2.2",
"author": "Manuel Stofer <manuel@takimata.ch>",

@@ -6,0 +6,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc