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

shortid-dist

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shortid-dist - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

11

package.json
{
"name": "shortid-dist",
"version": "1.0.0",
"version": "1.0.1",
"description": "CDN friendly build of shortid",
"main": "index.js",
"scripts": {
"build": "npm run dist && npm run docs",
"dist": "webpack -d && webpack -p",
"docs": "webpack --config webpack.config.docs.js -p",
"clean": "del dist docs package shortid-dist-*.tgz",
"build": "webpack -d && webpack -p",
"clean": "del dist index.html package shortid-dist-*.tgz",
"pack": "npm pack . && tar -xzf shortid-dist-*.tgz && echo && find package -type f",

@@ -37,5 +35,4 @@ "repack": "npm run clean && npm run build && npm run pack",

"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-merge": "^4.1.2"
"webpack-cli": "^2.0.11"
}
}
# shortid-dist
[![npm version](https://badge.fury.io/js/shortid-dist.svg)](https://www.npmjs.com/package/shortid-dist)
CDN friendly build of [shortid](https://www.npmjs.com/package/shortid).

@@ -10,3 +12,3 @@ The `shortid` function is exposed as a global.

<script src="https://unpkg.com/shortid-dist@1.0.0/dist/shortid-2.2.8.min.js"></script>
<script src="https://unpkg.com/shortid-dist@1.0.1/dist/shortid-2.2.8.min.js"></script>

@@ -17,3 +19,3 @@ 3 KB

<script src="https://unpkg.com/shortid-dist@1.0.0/dist/shortid-2.2.8.js"></script>
<script src="https://unpkg.com/shortid-dist@1.0.1/dist/shortid-2.2.8.js"></script>

@@ -20,0 +22,0 @@ 31 KB

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