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

iid

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

iid - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

package.json
{
"name": "iid",
"version": "0.9.1",
"version": "0.9.2",
"description": "Internet Id (base62-encoded uuid/v4)",

@@ -5,0 +5,0 @@ "main": "dist-cjs/index.js",

@@ -1,4 +0,4 @@

# Iid - Simply Internet ID #
# Iid - Internet ID #
## Simply uuid/v4, base62-encoded, zero-justified to 22 chars ##
What's that? Simply uuid/v4, base62-encoded, zero-justified to 22 chars. It looks like "1eCH6Km2kWjIviA5l6q9VN" and contains only latin letters and numbers. You probably know all about it already.

@@ -23,2 +23,3 @@ Looking around, the packages I found seemed shady. Or maybe it was NIH.

```javascript
const {Iid} = require("iid") // Or `import {Iid} from "iid"` if using esmod
say = console.log

@@ -25,0 +26,0 @@

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