Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@poi/cli-utils

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poi/cli-utils - npm Package Compare versions

Comparing version 11.0.0-alpha.12 to 11.0.0-alpha.13

icon.js

5

install-deps.js
const chalk = require('chalk')
const spawn = require('./spawn')
const getNpmClient = require('./get-npm-client')
const icon = require('./icon')

@@ -13,5 +14,5 @@ module.exports = async ({ cwd, deps, saveDev }) => {

banner: chalk.bold(
`${chalk.cyan('===>')} Installing dependencies ${
`${icon.gear} Installing dependencies ${
deps ? deps.map(v => chalk.cyan(v)).join(', ') + ' ' : ''
}with ${pm}...`
}with ${pm}, this might take a while...`
)

@@ -18,0 +19,0 @@ })

4

package.json
{
"name": "@poi/cli-utils",
"version": "11.0.0-alpha.12",
"version": "11.0.0-alpha.13",
"publishConfig": {

@@ -15,3 +15,3 @@ "access": "public"

},
"gitHead": "f147c22ef18e85d18f30455a6532758013a32334"
"gitHead": "f74e548f44024aae5be10b4e80202e7523ad4a45"
}
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