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

npm-utils

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-utils - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "npm-utils",
"description": "Async NPM shell commands",
"version": "1.3.0",
"version": "1.3.1",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -13,4 +13,4 @@ var la = require('lazy-ass');

.then(function () {
// find the file
return glob(folder + '/*.tgz')
// find the generated file in the current folder
return glob('./*.tgz')
.then(function (filenames) {

@@ -17,0 +17,0 @@ if (filenames.length === 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