Socket
Socket
Sign inDemoInstall

jskos-tools

Package Overview
Dependencies
0
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

2

lib/tools.js

@@ -136,3 +136,3 @@ const _ = require("./utils")

uris = uris.concat(uris.map(uri => uri.indexOf("/en/") != -1 ? uri.replace("/en/", "/de/") : uri.replace("/de/", "/en/")))
return uris
return [...new Set(uris)]
}

@@ -139,0 +139,0 @@

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

@@ -48,10 +48,10 @@ "homepage": "https://github.com/gbv/jskos-tools",

"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"axios": "^0.21.4",
"eslint": "^7.32.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"axios": "^0.24.0",
"eslint": "^8.1.0",
"eslint-config-gbv": "^1.0.3",

@@ -61,11 +61,11 @@ "foodoc": "0.0.9",

"jsdoc": "^3.6.7",
"lint-staged": "^11.1.2",
"lint-staged": "^11.2.4",
"lodash": "^4.17.21",
"mocha": "^9.1.1",
"mocha": "^9.1.3",
"mocha-eslint": "^7.0.0",
"pre-commit": "^1.2.2",
"rollup": "^2.57.0",
"rollup-plugin-license": "^2.5.0",
"wikidata-sdk": "^7.13.0"
"rollup": "^2.58.3",
"rollup-plugin-license": "^2.6.0",
"wikidata-sdk": "^7.14.0"
}
}

Sorry, the diff of this file is too big to display

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