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

jskos-tools

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jskos-tools - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

lib/tools.js

@@ -866,3 +866,3 @@ const _ = {

function mappingRegistryIsStored(registry) {
return _.get(registry, "stored", _.get(registry, "provider.constructor.stored", false))
return _.get(registry, "stored", _.get(registry, "constructor.stored", _.get(registry, "provider.constructor.stored", false)))
}

@@ -869,0 +869,0 @@

{
"name": "jskos-tools",
"version": "1.0.7",
"version": "1.0.8",
"description": "Tools for working with the JSKOS data format.",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/gbv/jskos-tools",

"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-gbv": "github:gbv/eslint-config-gbv",
"eslint": "^6.8.0",
"eslint-config-gbv": "github:gbv/eslint-config-gbv#ecaf810",
"foodoc": "0.0.9",

@@ -37,0 +37,0 @@ "glob": "^7.1.4",

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