Socket
Socket
Sign inDemoInstall

@hyperjump/json-pointer

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperjump/json-pointer - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

dist/json-pointer.js

@@ -37,5 +37,3 @@ "use strict";

var get = exports.get = function get(value) {
var pointer = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : nil;
var get = exports.get = function get(value, pointer) {
if (pointer === nil) {

@@ -42,0 +40,0 @@ return value;

{
"name": "@hyperjump/json-pointer",
"version": "0.1.2",
"version": "0.1.3",
"description": "An RFC-6901 JSON Pointer implementation",

@@ -37,5 +37,3 @@ "main": "./dist/json-pointer.js",

"eslint-plugin-import": "^2.12.0",
"fetch-mock": "^6.4.3",
"istanbul-instrumenter-loader": "^3.0.1",
"json-schema-test-suite": "0.0.10",
"mocha": "^5.2.0",

@@ -42,0 +40,0 @@ "mocha-webpack": "^2.0.0-beta.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