Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kuuid

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuuid - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

index.test.js

5

index.js

@@ -7,7 +7,2 @@ // standard Node.js crypto library

// padStart polyfill
if (!String.prototype.padStart) {
String.prototype.padStart = require('./lib/padStart.js') // eslint-disable-line
}
// generate a timestamp since the epoch

@@ -14,0 +9,0 @@ const ts = require('./lib/ts.js')

16

package.json
{
"name": "kuuid",
"version": "1.0.2",
"description": "K-sortable UUID - roughly time-sortable unique id generator",
"version": "1.0.3",
"description": "Time-sortable UUID - roughly time-sortable unique id generator",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"standard": "standard --fix",
"test": "standard && mocha"
"test": "node --test"
},

@@ -27,12 +26,3 @@ "repository": {

"node": ">=16.0.0"
},
"devDependencies": {
"mocha": "^10.3.0",
"standard": "^17.1.0"
},
"standard": {
"env": [
"mocha"
]
}
}
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