Socket
Socket
Sign inDemoInstall

npm-bundled

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-bundled - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

lib/index.js

@@ -157,3 +157,3 @@ 'use strict'

})
child.on('done', _ => {
child.on('done', () => {
if (--this.children === 0) {

@@ -160,0 +160,0 @@ this.done()

{
"name": "npm-bundled",
"version": "3.0.0",
"version": "3.0.1",
"description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",

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

"type": "git",
"url": "https://github.com/npm/npm-bundled.git"
"url": "git+https://github.com/npm/npm-bundled.git"
},

@@ -15,6 +15,4 @@ "author": "GitHub Inc.",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"mkdirp": "^1.0.4",
"@npmcli/template-oss": "4.22.0",
"mutate-fs": "^2.1.1",
"rimraf": "^3.0.2",
"tap": "^16.3.0"

@@ -24,3 +22,3 @@ },

"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",

@@ -44,3 +42,4 @@ "template-oss-apply": "template-oss-apply --force",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.5.1"
"version": "4.22.0",
"publish": true
},

@@ -47,0 +46,0 @@ "tap": {

@@ -7,3 +7,3 @@ # npm-bundled

[![Build Status](https://travis-ci.org/npm/npm-bundled.svg?branch=master)](https://travis-ci.org/npm/npm-bundled)
[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/npm-bundled/ci.yml?branch=main)](https://github.com/npm/npm-bundled)

@@ -10,0 +10,0 @@ ## USAGE

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