Socket
Socket
Sign inDemoInstall

cuid

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuid - npm Package Compare versions

Comparing version 1.2.5 to 1.3.0

.eslintrc

40

package.json
{
"name": "cuid",
"version": "1.2.5",
"version": "1.3.0",
"description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",
"author": {
"email": "eric@ericleads.com",
"name": "Eric Elliott",
"email": "eric@ericleads.com",
"url": "http://ericleads.com"
},
"main": "./dist/node-cuid.js",
"browserify": "./dist/browser-cuid.js",
"main": "./build/server/cuid.js",
"browserify": "./build/client/cuid.js",
"keywords": [
"guid",
"uid",
"unique id",
"guid",
"uuid"

@@ -20,4 +20,5 @@ ],

"type": "git",
"url": "https://github.com/dilvie/cuid.git"
"url": "https://github.com/ericelliott/cuid.git"
},
"license": "MIT",
"directories": {

@@ -30,8 +31,29 @@ "dist": "./dist",

"devDependencies": {
"applitude": "~0.x.x",
"grunt": "~0.3.x"
"babel": "^5.6.14",
"babel-eslint": "^3.1.20",
"babel-loader": "^5.3.0",
"blue-tape": "^0.1.9",
"eslint": "^0.24.0",
"faucet": "0.0.1",
"node-libs-browser": "^0.5.2",
"rimraf": "^2.4.1",
"saucelabs": "^0.1.1",
"webpack": "^1.10.1"
},
"scripts": {
"test": "grunt test"
"build": "NODE_ENV=production webpack && npm run build:min",
"build:min": "NODE_ENV=production webpack -p",
"clean": "rimraf build",
"lint": "eslint source/**/*.js",
"prebuild": "npm run clean",
"test": "npm run test:server",
"test:client": "source bin/env.sh && babel-node test/client",
"test:server": "babel-node test/server",
"validate": "npm run lint && npm run test",
"validate-dev": "npm run lint && npm run build && npm run test | faucet"
},
"dependencies": {
"browser-fingerprint": "0.0.1",
"node-fingerprint": "0.0.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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