Socket
Socket
Sign inDemoInstall

pure-uuid

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

8

package.json

@@ -5,3 +5,3 @@ {

"description": "Pure JavaScript Based Universally Unique Identifier (UUID)",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",

@@ -33,8 +33,8 @@ "author": {

"grunt-mocha-test": "0.13.3",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"chai": "4.3.7",
"chai": "4.3.8",
"mocha": "10.2.0"

@@ -41,0 +41,0 @@ },

@@ -218,3 +218,3 @@

Copyright (c) 2004-2023 Dr. Ralf S. Engelschall (http://engelschall.com/)
Copyright © 2004-2023 Dr. Ralf S. Engelschall (http://engelschall.com/)

@@ -221,0 +221,0 @@ Permission is hereby granted, free of charge, to any person obtaining

@@ -70,3 +70,3 @@ /*!

declare var UUID: UUIDConstructor;
export default UUID;
export = UUID;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc