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

js-pointer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-pointer - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

21

package.json
{
"name": "js-pointer",
"version": "3.1.1",
"version": "4.0.0",
"description": "Tiny, spec compliant JSON Pointer RFC 6901 implementation.",

@@ -8,6 +8,6 @@ "main": "lib/index.js",

"lint": "eslint 'lib/**' 'test/**'",
"test": "nyc --check-coverage mocha ./test",
"watch": "chokidar 'lib/*.js' 'test/*.js' -c 'npm run lint && npm test'",
"ci": "npm run lint && npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"test": "node --test test/*",
"coverage": "node --test --experimental-test-coverage test/*",
"watch": "node --test --watch .",
"ci": "npm run lint && npm run coverage"
},

@@ -25,17 +25,10 @@ "repository": {

"engines": {
"node": ">= 6"
"node": ">= 18"
},
"author": "Toboid",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"chokidar-cli": "^2.0.0",
"coveralls": "^3.0.3",
"eslint": "^6.6.0",
"eslint-config-toboid": "^2.0.0",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"nyc": "^14.0.0"
"eslint-config-toboid": "^2.0.0"
}
}
# js-pointer
[![Greenkeeper badge](https://badges.greenkeeper.io/toboid/js-pointer.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/toboid/js-pointer.svg?branch=master)](https://travis-ci.org/toboid/js-pointer)
[![Coverage Status](https://coveralls.io/repos/github/toboid/js-pointer/badge.svg?branch=master)](https://coveralls.io/github/toboid/js-pointer?branch=master)
[![Dependencies](https://david-dm.org/toboid/js-pointer.svg)](https://github.com/toboid/js-pointer/blob/master/package.json)
[![npm version](https://badge.fury.io/js/js-pointer.svg)](https://badge.fury.io/js/js-pointer)
Tiny, spec compliant implementation of the JSON Pointer spec [RFC 6901](https://tools.ietf.org/html/rfc6901) with 100% test coverage and no dependencies.

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