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
8
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.0.4 to 4.0.5

lib/utils/machine-id.js

4

lib/index.js

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

const crypto = require('crypto');
const { machineIdSync } = require('node-machine-id');
const uuid = require('uuid/v4');

@@ -18,2 +17,3 @@ const sentry = require('@sentry/node');

const checkInstallPath = require('./utils/check-install-path');
const machineID = require('./utils/machine-id');

@@ -49,3 +49,3 @@ sentry.init({

docker: process.env.DOCKER === 'true',
deviceId: machineIdSync(),
deviceId: machineID(),
tmpPath,

@@ -52,0 +52,0 @@ // use yarn if available and --use-npm isn't true

{
"name": "@strapi/generate-new",
"version": "4.0.4",
"version": "4.0.5",
"description": "Generate a new Strapi application.",

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

},
"gitHead": "d81919ac2272948b3f5d3b25a4cf8cc7b6994460"
"gitHead": "45020eee065af8917011cc43398f95c4c624d6ad"
}
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