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 5.2.3 to 5.3.0

dist/patch.d.ts

1

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

@@ -5,0 +6,0 @@ export * from './rebase';

@@ -24,2 +24,3 @@ "use strict";

Object.defineProperty(exports, "normalizeUri", { enumerable: true, get: function () { return meta_1.normalizeUri; } });
__exportStar(require("./patch"), exports);
var pointer_1 = require("./pointer");

@@ -26,0 +27,0 @@ Object.defineProperty(exports, "pointer", { enumerable: true, get: function () { return pointer_1.resolve; } });

4

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

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

"commit": "git-cz",
"check-coverage": "nyc check-coverage --statements 100 --branches 99 --functions 100 --lines 100",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"watch:test": "npm t -- -w",

@@ -29,0 +29,0 @@ "test": "find ./test/ts -type f -name '*.js' -delete && npm run build && tsc -p test && mocha --exit --no-timeouts --recursive --reporter mochawesome --reporter-options reportDir=test-results test/**/*.test.js",

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