Socket
Socket
Sign inDemoInstall

scru64

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scru64 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/index.js

@@ -297,3 +297,3 @@ /**

static parse(nodeSpec) {
const m = nodeSpec.match(/^([0-9]+)\/([0-9]+)$/);
const m = nodeSpec.match(/^([0-9]{1,10})\/([0-9]{1,3})$/);
if (m === null) {

@@ -300,0 +300,0 @@ throw new SyntaxError("invalid `nodeSpec`; it looks like: `42/8`, `12345/16`");

{
"name": "scru64",
"version": "0.2.0",
"version": "0.2.1",
"description": "SCRU64: Sortable, Clock-based, Realm-specifically Unique identifier",

@@ -5,0 +5,0 @@ "type": "module",

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