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

deref

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

deref - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

7

lib/util/find-reference.js

@@ -5,4 +5,2 @@ 'use strict';

var cloneObj = require('./clone-obj');
function get(obj, path) {

@@ -50,8 +48,3 @@ var hash = path.split('#')[1];

if (id !== target.id) {
target = cloneObj(target);
target.id = $.resolveURL(target.id, id);
}
return target;
};

4

package.json
{
"name": "deref",
"version": "0.2.5",
"version": "0.2.6",
"description": "JSON-Schema $ref resolution",

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

"type": "git",
"url": "https://github.com/pateketrueke/deref"
"url": "https://github.com/gextech/deref"
},

@@ -11,0 +11,0 @@ "devDependencies": {

@@ -140,2 +140,2 @@ Do you have $ref's ?

[![Build Status](https://travis-ci.org/pateketrueke/deref.png?branch=master)](https://travis-ci.org/pateketrueke/deref) [![NPM version](https://badge.fury.io/js/deref.png)](http://badge.fury.io/js/deref) [![Coverage Status](https://coveralls.io/repos/pateketrueke/deref/badge.png?branch=master)](https://coveralls.io/r/pateketrueke/deref?branch=master)
[![Build Status](https://travis-ci.org/gextech/deref.png?branch=master)](https://travis-ci.org/gextech/deref) [![NPM version](https://badge.fury.io/js/deref.png)](http://badge.fury.io/js/deref) [![Coverage Status](https://coveralls.io/repos/gextech/deref/badge.png?branch=master)](https://coveralls.io/r/gextech/deref?branch=master)
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