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

reftools

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reftools - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/jptr.js

@@ -44,3 +44,3 @@ 'use strict';

prop = parts[1];
prop = decodeURIComponent(prop.slice(1));
prop = decodeURIComponent(prop.slice(1)).split('+').join(' ');
}

@@ -47,0 +47,0 @@ if (prop.startsWith('/')) prop = prop.slice(1);

{
"name": "reftools",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utility functions to deal with references in objects",

@@ -40,8 +40,8 @@ "main": "lib/recurse.js",

"istanbul": "^0.4.5",
"js-yaml": "^3.10.0",
"js-yaml": "^3.12.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"nyc": "^13.1.0",
"should": "^13.2.1"
},
"gitHead": "2c7b4adab95e59ce48d202756d9ab0b7530cb5d3"
"gitHead": "4862e159745d6ca06044bc3ebabe57a2ad8b7152"
}
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