New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@geneontology/curie-util-es5

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geneontology/curie-util-es5 - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "@geneontology/curie-util-es5",
"version": "1.2.3",
"version": "1.2.4",
"description": "Javascript Library to Translate CURIEs to IRIs and vice versa. ES5 Version.",

@@ -5,0 +5,0 @@ "main": "curie-util.js",

@@ -33,3 +33,3 @@ var TrieNode = require('./trie-node');

} else {
temp = new TrieNode(ch);
var temp = new TrieNode(ch);
child.set(ch, temp);

@@ -36,0 +36,0 @@ crawl = temp;

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