Socket
Socket
Sign inDemoInstall

@bundle-stats/plugin-webpack-filter

Package Overview
Dependencies
Maintainers
3
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundle-stats/plugin-webpack-filter - npm Package Compare versions

Comparing version 4.14.1 to 4.14.2-beta.0

lib-esm/index.d.ts

31

package.json
{
"name": "@bundle-stats/plugin-webpack-filter",
"version": "4.14.1",
"version": "4.14.2-beta.0",
"description": "BundleStats webpack filter plugin",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"types": "types/index.d.ts",
"main": "lib/index.cjs",
"module": "lib-esm/index.mjs",
"types": "lib-esm/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./lib-esm/index.mjs",
"require": "./lib/index.cjs",
"types": "./lib-esm/index.d.ts"
}
},
"engines": {

@@ -13,11 +20,8 @@ "node": ">= 14.0"

"directories": {
"lib": "lib"
"lib": "lib",
"lib-esm": "lib-esm"
},
"scripts": {
"build": "npm run clean && npm run build-lib && npm run build-esm",
"build-lib": "npm run clean-lib && tsc --rootDir ./src --project tsconfig.lib.json --outDir ./lib",
"build-esm": "npm run clean-esm && tsc --rootDir ./src --project tsconfig.esm.json --outDir ./lib-esm",
"clean": "npm run clean-lib && npm run clean-esm",
"clean-lib": "rimraf lib",
"clean-esm": "rimraf lib-esm types",
"build": "npm run clean && rollup -c rollup.config.mjs",
"clean": "rimraf lib lib-esm",
"lint": "eslint",

@@ -42,2 +46,3 @@ "test": "TZ=UTC jest src --maxWorkers=4"

"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"@types/jest": "29.5.12",

@@ -49,4 +54,4 @@ "@types/webpack": "5.28.5",

"jest-date-mock": "1.0.10",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"ts-jest": "29.2.4",

@@ -58,3 +63,3 @@ "typescript": "5.5.4"

},
"gitHead": "d06909f894c85d6e6f6bf99ad3a6d457bd8d0725"
"gitHead": "f1bc43eaf645d06aade15fb3c3d78be41c1921e0"
}
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