Socket
Socket
Sign inDemoInstall

cleaner-node

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleaner-node - npm Package Compare versions

Comparing version 0.8.19 to 0.8.20

2

package.json
{
"name": "cleaner-node",
"version": "0.8.19",
"version": "0.8.20",
"description": "Helpful utilities and scripts to make Node projects more legible and easier for the next developer to take over.",

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

@@ -1,5 +0,5 @@

const uuidV1 = require('uuid/v1');
const uuidV3 = require('uuid/v3');
const uuidV4 = require('uuid/v4');
const uuidV5 = require('uuid/v5');
const { v1: uuidV1 } = require('uuid');
const { v3: uuidV3 } = require('uuid');
const { v4: uuidV4 } = require('uuid');
const { v5: uuidV5 } = require('uuid');

@@ -6,0 +6,0 @@ const validate = require('uuid-validate');

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