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

@npmcli/template-oss

Package Overview
Dependencies
Maintainers
7
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/template-oss - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

lib/install.js

@@ -18,3 +18,11 @@ const spawn = require('@npmcli/promise-spawn')

const npm = (root, args) => {
const env = {}
for (const [key, value] of Object.entries(process.env)) {
if (!key.startsWith('npm_')) {
env[key] = value
}
}
return spawn('npm', args, {
env,
cwd: root,

@@ -21,0 +29,0 @@ stdioString: true,

4

package.json
{
"name": "@npmcli/template-oss",
"version": "1.0.1",
"version": "1.0.2",
"description": "templated files used in npm CLI team oss projects",

@@ -43,3 +43,3 @@ "main": "lib/index.js",

},
"templateVersion": "1.0.0"
"templateVersion": "1.0.1"
}
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