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

easy-uid

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-uid - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

cjs/index.js

@@ -1,7 +0,1 @@

'use strict';
module.exports = function () {
return (
Date.now().toString(32).substring(5) +
Math.random().toString(32).substring(2)
);
};
"use strict";module.exports=function(){return Date.now().toString(32).substring(5)+Math.random().toString(32).substring(2)};

14

package.json
{
"name": "easy-uid",
"version": "2.0.1",
"version": "2.0.2",
"description": "A tiny only 70 bytes random URL-friendly uid generator",

@@ -43,5 +43,6 @@ "main": "cjs/index.js",

"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@size-limit/preset-small-lib": "^7.0.4",
"@size-limit/preset-small-lib": "^7.0.5",
"babel-jest": "^27.4.5",

@@ -51,3 +52,3 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"conventional-changelog-cli": "^2.2.2",
"coveralls": "^3.1.1",

@@ -65,3 +66,3 @@ "cross-env": "^7.0.3",

"prettier": "^2.5.1",
"rollup": "^2.61.1",
"rollup": "^2.62.0",
"rollup-plugin-babel": "^4.4.0",

@@ -71,3 +72,3 @@ "rollup-plugin-commonjs": "^10.1.0",

"rollup-plugin-terser": "^7.0.2",
"size-limit": "^7.0.4",
"size-limit": "^7.0.5",
"to-mock": "^1.6.2"

@@ -97,5 +98,2 @@ },

},
"dependencies": {
"@babel/eslint-parser": "^7.16.5"
},
"browserify": {

@@ -102,0 +100,0 @@ "transform": [

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