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

jsonref

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonref - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

6

dist/index.js

@@ -202,8 +202,2 @@ "use strict";

}
var x = {
b: {
$ref: '#/c'
},
c: 5
};
if (typeof dataOrUri === 'string') {

@@ -210,0 +204,0 @@ return _get(dataOrUri, _opts.scope);

10

package.json
{
"name": "jsonref",
"version": "4.0.1",
"version": "4.0.2",
"description": "Javascript References ($ref) and Pointers library",

@@ -44,3 +44,3 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "8.0.26",
"@types/node": "8.0.30",
"chai": "4.1.2",

@@ -53,6 +53,6 @@ "chai-as-promised": "7.1.1",

"husky": "0.14.3",
"mocha": "3.5.0",
"mocha": "3.5.3",
"nyc": "11.2.1",
"rimraf": "2.6.1",
"semantic-release": "^7.0.2",
"rimraf": "2.6.2",
"semantic-release": "^8.0.3",
"typescript": "2.5.2"

@@ -59,0 +59,0 @@ },

@@ -6,3 +6,3 @@ # jsonref

[![travis build](https://img.shields.io/travis/vivocha/jsonref.svg)](https://travis-ci.org/vivocha/jsonref)
[![codecov coverage](https://img.shields.io/codecov/c/github/vivocha/jsonref.svg)](https://codecov.io/gh/vivocha/jsonref)
[![coveralls coverage](https://img.shields.io/coveralls/c/github/vivocha/jsonref.svg)](https://coveralls.io/gh/vivocha/jsonref)
[![npm version](https://img.shields.io/npm/v/jsonref.svg)](https://www.npmjs.com/package/jsonref)

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