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

@strapi/generate-new

Package Overview
Dependencies
Maintainers
7
Versions
1246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/generate-new - npm Package Compare versions

Comparing version 4.3.0-beta.2 to 4.3.0

4

lib/index.js

@@ -6,3 +6,3 @@ 'use strict';

const crypto = require('crypto');
const uuid = require('uuid').v4;
const { v4: uuidv4 } = require('uuid');
const sentry = require('@sentry/node');

@@ -46,3 +46,3 @@ // FIXME

},
uuid: (process.env.STRAPI_UUID_PREFIX || '') + uuid(),
uuid: (process.env.STRAPI_UUID_PREFIX || '') + uuidv4(),
docker: process.env.DOCKER === 'true',

@@ -49,0 +49,0 @@ deviceId: machineID(),

'use strict';
const { machineIdSync } = require('node-machine-id');
const uuid = require('uuid');
const { v4: uuidv4 } = require('uuid');

@@ -11,5 +11,5 @@ module.exports = () => {

} catch (error) {
const deviceId = uuid();
const deviceId = uuidv4();
return deviceId;
}
};
{
"name": "@strapi/generate-new",
"version": "4.3.0-beta.2",
"version": "4.3.0",
"description": "Generate a new Strapi application.",

@@ -49,3 +49,3 @@ "keywords": [

"tar": "6.1.11",
"uuid": "^3.3.2"
"uuid": "^8.3.2"
},

@@ -56,3 +56,3 @@ "engines": {

},
"gitHead": "42aba356ad1b0751584d3b375e83baa4a2c18f65"
"gitHead": "74a2b908df75bc8001d72f9dc8571c4b7a2da337"
}
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