Socket
Socket
Sign inDemoInstall

reftools

Package Overview
Dependencies
0
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.7 to 1.1.8

2

lib/jptr.js

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

if ((index != -1) || obj.hasOwnProperty(components[i])) {
if ((index != -1) || (obj && obj.hasOwnProperty(components[i]))) {
if (index >= 0) {

@@ -61,0 +61,0 @@ if (setAndLast) {

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

@@ -36,3 +36,3 @@ "main": "lib/recurse.js",

"homepage": "https://github.com/mermade/oas-kit#readme",
"gitHead": "e26cda02a7d9491a1d2fed6d252dc80a01bd32d8"
"gitHead": "e6bea8e0b913045153b276ab23e203ece3129c88"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc