jskos-tools
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110569