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

uuid25

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

uuid25 - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

cjs/uuid25.cjs

13

package.json
{
"name": "uuid25",
"version": "0.1.3",
"version": "0.1.4",
"description": "25-digit case-insensitive UUID encoding",

@@ -8,4 +8,8 @@ "type": "module",

"types": "./uuid25.d.ts",
"exports": "./uuid25.js",
"exports": {
"require": "./cjs/uuid25.cjs",
"default": "./uuid25.js"
},
"files": [
"cjs/uuid25.cjs",
"uuid25.d.ts"

@@ -17,2 +21,3 @@ ],

"doc": "typedoc ./uuid25.ts --gitRevision \"v$npm_package_version\"",
"postbuild": "rm -rf ./cjs/*.d.cts",
"predoc": "rm -rf ./docs",

@@ -37,5 +42,5 @@ "prepare": "npm run build && npm run doc && npm run test",

"mocha": "^10.2.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"typedoc": "^0.25.4",
"typescript": "^5.3.2"
}
}

@@ -40,2 +40,8 @@ # Uuid25: 25-digit case-insensitive UUID encoding

## CommonJS support
The CommonJS entry point is deprecated and provided for backward compatibility
purposes only. The entry point is no longer tested and will be removed in the
future.
## License

@@ -42,0 +48,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