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.26 to 1.0.27

2

lib/tools.js

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

const minifyMapping = mapping => {
let newMapping = _.pick(copyDeep(mapping), ["from", "to", "fromScheme", "toScheme", "creator", "contributor", "type", "created", "modified", "note", "identifier", "uri", "partOf"])
let newMapping = _.pick(copyDeep(mapping), ["from", "to", "fromScheme", "toScheme", "creator", "contributor", "type", "created", "modified", "note", "identifier", "uri", "partOf", "mappingRelevance"])
for (let fromTo of [newMapping.from, newMapping.to]) {

@@ -270,0 +270,0 @@ _.forOwn(fromTo, (value, key) => {

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

@@ -49,15 +49,15 @@ "homepage": "https://github.com/gbv/jskos-tools",

"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"axios": "^0.26.1",
"clean-jsdoc-theme": "^3.3.4",
"eslint": "^8.13.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"axios": "^0.27.2",
"clean-jsdoc-theme": "^4.0.0",
"eslint": "^8.17.0",
"eslint-config-gbv": "^1.0.3",
"glob": "^8.0.1",
"glob": "^8.0.3",
"jsdoc": "^3.6.10",
"lint-staged": "^12.3.8",
"lint-staged": "^12.5.0",
"lodash": "^4.17.21",

@@ -67,6 +67,6 @@ "mocha": "^9.2.2",

"pre-commit": "^1.2.2",
"rollup": "^2.70.2",
"rollup-plugin-license": "^2.7.0",
"wikidata-sdk": "^7.14.4"
"rollup": "^2.75.6",
"rollup-plugin-license": "^2.8.1",
"wikidata-sdk": "^8.0.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