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

json-ptr

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-ptr - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

releases/json-ptr-1.0.0.min.js

2

index.js

@@ -515,2 +515,2 @@ 'use strict';

}
}).call(this); // eslint-disable-line no-invalid-this
}).call(Function('return this')()); // eslint-disable-line no-new-func
{
"name": "json-ptr",
"version": "1.0.0",
"version": "1.0.1",
"author": "Phillip Clark <phillip@flitbit.com>",

@@ -18,3 +18,3 @@ "description": "A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.",

"scripts": {
"release": "babel --minified --no-comments index.js --out-file releases/json-ptr-$npm_package_version.min.js",
"release": "babel --presets es2015 --minified --no-comments index.js --out-file releases/json-ptr-$npm_package_version.min.js",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report html -- -R spec",

@@ -26,2 +26,3 @@ "pretest": "eslint .",

"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.6.0",
"blanket": "^1.2.1",

@@ -50,3 +51,9 @@ "eslint": "^1.10.3",

}
},
"jspm": {
"directories": {
"lib": "releases"
},
"main": "json-ptr-1.0.1.min.js"
}
}

@@ -1,2 +0,2 @@

# json-ptr [![Build Status](https://travis-ci.org/flitbit/json-ptr.png)](http://travis-ci.org/flitbit/json-ptr)
# json-ptr [![Build Status](https://travis-ci.org/flitbit/json-ptr.png)](http://travis-ci.org/flitbit/json-ptr)&nbsp;[![bitHound Overall Score](https://www.bithound.io/github/flitbit/json-ptr/badges/score.svg)](https://www.bithound.io/github/flitbit/json-ptr)

@@ -430,3 +430,3 @@ A complete implementation of JSON Pointer ([RFC 6901](https://tools.ietf.org/html/rfc6901)) for nodejs and modern browsers.

This repository has a [companion repository that makes some performance comparisons](https://github.com/flitbit/json-pointer-performance) between `json-ptr`, [`jsonpointer`](https://www.npmjs.com/package/jsonpointer) and [`json-pointer`](https://www.npmjs.com/package/json-pointer).
This repository has a [companion repository that makes some performance comparisons](https://github.com/flitbit/json-pointer-comparison) between `json-ptr`, [`jsonpointer`](https://www.npmjs.com/package/jsonpointer) and [`json-pointer`](https://www.npmjs.com/package/json-pointer).

@@ -548,2 +548,5 @@ **All timings are expressed as nanoseconds:**

* 2016-07-26 &mdash; __1.0.1__
* Fixed a problem with the Babel configuration
* 2016-01-12 &mdash; __1.0.0__

@@ -550,0 +553,0 @@ * Rolled major version to 1 to reflect breaking change in `.list(obj, fragmentId)`.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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