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.5.0 to 1.5.1

uuid.min.js

10

Gruntfile.js

@@ -28,9 +28,2 @@ /*

grunt.initConfig({
jshint: {
options: {
jshintrc: "jshint.json"
},
gruntfile: [ "Gruntfile.js" ],
sourcefiles: [ "uuid.js", "uuid.test.js" ]
},
eslint: {

@@ -66,3 +59,2 @@ options: {

grunt.loadNpmTasks("grunt-contrib-jshint");
grunt.loadNpmTasks("grunt-contrib-uglify");

@@ -73,4 +65,4 @@ grunt.loadNpmTasks("grunt-contrib-clean");

grunt.registerTask("default", [ "jshint", "eslint", "mochaTest", "uglify" ]);
grunt.registerTask("default", [ "eslint", "mochaTest", "uglify" ]);
};

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

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

@@ -40,3 +40,7 @@ "author": {

"node": ">=4.0.0"
},
"scripts": {
"prepublishOnly": "grunt default",
"build": "grunt default"
}
}

@@ -105,16 +105,6 @@

You can conveniently get Pure-UUID in various ways:
```
$ npm install pure-uuid
```
- Git: directly clone the official repository:<br/>
`$ git clone https://github.com/rse/pure-uuid.git`
- Bower: install as client component via the Bower component manager:<br/>
`$ bower install pure-uuid`
- NPM: install as server component via the NPM package manager:<br/>
`$ npm install pure-uuid`
- cURL: downloading only the main file from the repository:<br/>
`$ curl -O https://raw.githubusercontent.com/rse/pure-uuid/master/uuid.js`
Using Pure-UUID

@@ -121,0 +111,0 @@ ---------------

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