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 0.1.23 to 0.1.24

2

lib/tools.js

@@ -276,3 +276,3 @@ const _ = require("lodash")

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

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

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/gbv/jskos-tools",

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