New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 5.0.0 to 5.1.0

2

dist/index.d.ts
import * as meta from './meta';
export { normalize, normalizeUri } from './meta';
export { getMeta, isAnnotated, isRef, Meta, normalize, normalizeUri } from './meta';
export { resolve as pointer } from './pointer';

@@ -4,0 +4,0 @@ export declare type Retriever = (url: string) => Promise<any>;

@@ -6,2 +6,5 @@ "use strict";

var meta_1 = require("./meta");
exports.getMeta = meta_1.getMeta;
exports.isAnnotated = meta_1.isAnnotated;
exports.isRef = meta_1.isRef;
exports.normalize = meta_1.normalize;

@@ -8,0 +11,0 @@ exports.normalizeUri = meta_1.normalizeUri;

{
"name": "jsonref",
"version": "5.0.0",
"version": "5.1.0",
"description": "Javascript References ($ref) and Pointers library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

[![travis build](https://img.shields.io/travis/vivocha/jsonref.svg)](https://travis-ci.org/vivocha/jsonref)
[![coveralls coverage](https://img.shields.io/coveralls/c/github/vivocha/jsonref.svg)](https://coveralls.io/gh/vivocha/jsonref)
[![Coverage Status](https://coveralls.io/repos/github/vivocha/jsonref/badge.svg?branch=master)](https://coveralls.io/github/vivocha/jsonref?branch=master)
[![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