webpack-manifest-plugin
Advanced tools
Comparing version 3.0.0-rc.0 to 3.0.0
117
package.json
{ | ||
"name": "webpack-manifest-plugin", | ||
"version": "3.0.0-rc.0", | ||
"description": "webpack plugin for generating asset manifests", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"codecov": "codecov" | ||
}, | ||
"version": "3.0.0", | ||
"description": "A Webpack Plugin for generating Asset Manifests", | ||
"license": "MIT", | ||
"repository": "shellscape/webpack-manifest-plugin", | ||
"author": "Dane Thurber <dane.thurber@gmail.com>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/shellscape/webpack-manifest-plugin", | ||
"bugs": "https://github.com/shellscape/webpack-manifest-plugin/issues", | ||
"main": "lib/index.js", | ||
"engines": { | ||
"node": ">=6.11.5" | ||
"node": ">=10.22.1" | ||
}, | ||
"scripts": { | ||
"ci:coverage": "nyc npm run ci:test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "npm run lint && npm run security", | ||
"ci:test": "npm run test -- --verbose", | ||
"lint": "npm run lint:docs && npm run lint:json && npm run lint:package && npm run lint:js", | ||
"lint-staged": "lint-staged", | ||
"lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md", | ||
"lint:js": "eslint --fix --cache lib test", | ||
"lint:json": "prettier --write codecov.yml .circleci/config.yml .eslintrc", | ||
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package", | ||
"posttest": "npm install webpack@^4.44.2", | ||
"security": "npm audit --audit-level=moderate", | ||
"test": "npm run test:v4 && npm run test:v5", | ||
"test:v4": "ava", | ||
"test:v5": "npm install webpack@^5.0.0 --no-save && ava" | ||
}, | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"peerDependencies": { | ||
"webpack": "4" | ||
"webpack": ">=4.44.2" | ||
}, | ||
"dependencies": { | ||
"tapable": "^2.0.0", | ||
"webpack-sources": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@svgr/webpack": "^4.3.3", | ||
"codecov": "^3.6.1", | ||
"css-loader": "^3.2.0", | ||
"file-loader": "^4.2.0", | ||
"jest": "^24.9.0", | ||
"@ava/babel": "^1.0.1", | ||
"@svgr/webpack": "^5.4.0", | ||
"ava": "^3.13.0", | ||
"codecov": "^3.1.0", | ||
"copy-webpack-plugin": "^6.2.1", | ||
"css-loader": "^1.0.0", | ||
"del": "^6.0.0", | ||
"eslint-config-shellscape": "^2.1.0", | ||
"extract-text-webpack-plugin": "^3.0.2", | ||
"file-loader": "^2.0.0", | ||
"lint-staged": "^10.4.0", | ||
"memory-fs": "^0.4.1", | ||
"mini-css-extract-plugin": "^0.8.0", | ||
"react": "^16.9.0", | ||
"rimraf": "^3.0.0", | ||
"style-loader": "^1.0.0", | ||
"webpack": "^4.41.0" | ||
"nyc": "^15.1.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^2.1.2", | ||
"prettier-plugin-package": "^1.2.0", | ||
"react": "^16.3.2", | ||
"style-loader": "^0.23.0", | ||
"webpack": "^4.44.2", | ||
"webpack-merge": "^5.2.0" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/danethurber/webpack-manifest-plugin.git" | ||
"ava": { | ||
"files": [ | ||
"!**/fixtures/**", | ||
"!**/helpers/**", | ||
"!**/output/**" | ||
] | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/danethurber/webpack-manifest-plugin/issues" | ||
}, | ||
"homepage": "https://github.com/danethurber/webpack-manifest-plugin", | ||
"dependencies": { | ||
"fs-extra": "^8.1.0", | ||
"lodash": "^4", | ||
"tapable": "^1.1.3" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"coverageDirectory": "./coverage/", | ||
"collectCoverage": true, | ||
"coveragePathIgnorePatterns": [ | ||
"<rootDir>/spec/helpers/" | ||
"collectCoverage": true | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix" | ||
] | ||
} | ||
}, | ||
"maintainers": [ | ||
"Andrew Powell <andrew@shellscape.org>" | ||
], | ||
"nyc": { | ||
"include": [ | ||
"lib/*.js" | ||
], | ||
"exclude": [ | ||
"test/" | ||
] | ||
}, | ||
"pre-commit": "lint-staged" | ||
} |
225
README.md
@@ -1,55 +0,85 @@ | ||
# Webpack Manifest Plugin [![Build Status](https://travis-ci.org/danethurber/webpack-manifest-plugin.svg?branch=master)](https://travis-ci.org/danethurber/webpack-manifest-plugin) [![codecov](https://codecov.io/gh/danethurber/webpack-manifest-plugin/badge.svg?branch=master)](https://codecov.io/gh/danethurber/webpack-manifest-plugin?branch=master) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/webpack-manifest-plugin#) | ||
[tests]: https://img.shields.io/circleci/project/github/shellscape/webpack-manifest-plugin.svg | ||
[tests-url]: https://circleci.com/gh/shellscape/webpack-manifest-plugin | ||
[cover]: https://codecov.io/gh/shellscape/webpack-manifest-plugin/branch/master/graph/badge.svg | ||
[cover-url]: https://codecov.io/gh/shellscape/webpack-manifest-plugin | ||
Webpack plugin for generating an asset manifest. | ||
[size]: https://packagephobia.now.sh/badge?p=webpack-manifest-plugin | ||
[size-url]: https://packagephobia.now.sh/result?p=webpack-manifest-plugin | ||
> NOTE: The following is related to the next major version of `webpack-manifest-plugin`, please check https://github.com/danethurber/webpack-manifest-plugin/blob/1.x/README.md for `v1` documentation | ||
<div align="center"> | ||
<img width="256" src="https://raw.githubusercontent.com/shellscape/webpack-manifest-plugin/master/assets/manifest.svg?sanitize=true" alt="webpack-manfiest-plugin"><br/><br/> | ||
</div> | ||
[![tests][tests]][tests-url] | ||
[![cover][cover]][cover-url] | ||
[![size][size]][size-url] | ||
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com) | ||
# webpack-manifest-plugin | ||
A Webpack plugin for generating an asset manifest. | ||
:heart: Please consider [Sponsoring my work](https://github.com/sponsors/shellscape) | ||
## Requirements | ||
`webpack-manifest-plugin` is an [evergreen 🌲](./.github/FAQ.md#what-does-evergreen-mean) module. | ||
This module requires an [Active LTS](https://github.com/nodejs/Release) Node version (v10.0.0+) and Webpack v4.44.0+. | ||
## Install | ||
```bash | ||
npm install --save-dev webpack-manifest-plugin | ||
Using npm: | ||
```console | ||
npm install webpack-nano webpack-manifest-plugin --save-dev | ||
``` | ||
_Note: We recommend using [webpack-nano](https://github.com/shellscape/webpack-nano), a very tiny, very clean webpack CLI._ | ||
## Usage | ||
In your `webpack.config.js` | ||
Create a `webpack.config.js` file: | ||
```javascript | ||
var ManifestPlugin = require('webpack-manifest-plugin'); | ||
```js | ||
const { WebpackManifestPlugin } = require('webpack-manifest-plugin'); | ||
const options = { ... }; | ||
module.exports = { | ||
// ... | ||
plugins: [ | ||
new ManifestPlugin() | ||
] | ||
// an example entry definition | ||
entry: [ 'app.js' ], | ||
... | ||
plugins: [ | ||
new WebpackManifestPlugin(options) | ||
] | ||
}; | ||
``` | ||
This will generate a `manifest.json` file in your root output directory with a mapping of all source file names to their corresponding output file, for example: | ||
And run `webpack`: | ||
```console | ||
$ npx wp | ||
... | ||
With the default options, the example above will create a `manifest.json` file in the output directory for the build. The manfist file will contain a map of source filenames to the corresponding build output file. e.g. | ||
```json | ||
{ | ||
"mods/alpha.js": "mods/alpha.1234567890.js", | ||
"mods/omega.js": "mods/omega.0987654321.js" | ||
"dist/batman.js": "dist/batman.1234567890.js", | ||
"dist/joker.js": "dist/joker.0987654321.js" | ||
} | ||
``` | ||
### Options | ||
## API: | ||
### `basePath` | ||
```js | ||
// webpack.config.js | ||
Type: `String`<br> | ||
Default: `''` | ||
module.exports = { | ||
output: { | ||
publicPath | ||
}, | ||
plugins: [ | ||
new ManifestPlugin(options) | ||
] | ||
} | ||
``` | ||
Specifies a path prefix for all keys in the manifest. Useful for including your output path in the manifest. | ||
### `options.fileName` | ||
### `fileName` | ||
@@ -59,77 +89,102 @@ Type: `String`<br> | ||
The manifest filename in your output directory. | ||
Specifies the file name to use for the resulting manifest. By default the plugin will emit `manifest.json` to your output directory. Passing an absolute path to the `fileName` option will override both the file name and path. | ||
### `options.publicPath` | ||
### `filter` | ||
Type: `String` | ||
Default: `output.publicPath` | ||
Type: `Function`<br> | ||
Default: `undefined` | ||
A path prefix that will be added to values of the manifest. | ||
Allows filtering the files which make up the manifest. The passed function should match the signature of `(file: FileDescriptor) => Boolean`. Return `true` to keep the file, `false` to remove the file. | ||
### `options.basePath` | ||
### `generate` | ||
Type: `String` | ||
Type: `Function`<br> | ||
Default: `undefined` | ||
A path prefix for all keys. Useful for including your output path in the manifest. | ||
A custom `Function` to create the manifest. The passed function should match the signature of `(seed: Object, files: FileDescriptor[], entries: string[]) => Object` and can return anything as long as it's serialisable by `JSON.stringify`. | ||
### `map` | ||
### `options.writeToFileEmit` | ||
Type: `Function`<br> | ||
Default: `undefined` | ||
Type: `Boolean`<br> | ||
Default: `false` | ||
Allows modifying the files which make up the manifest. The passed function should match the signature of `(file: FileDescriptor) => FileDescriptor` where an object matching `FileDescriptor` is returned. | ||
If set to `true` will emit to build folder and memory in combination with `webpack-dev-server` | ||
### `publicPath` | ||
Type: `String`<br> | ||
Default: `<webpack-config>.output.publicPath` | ||
### `options.seed` | ||
A path prefix that will be added to values of the manifest. | ||
### `removeKeyHash` | ||
Type: `RegExp | Boolean`<br> | ||
Default: `/([a-f0-9]{32}\.?)/gi` | ||
If set to a valid `RegExp`, removes hashes from manifest keys. e.g. | ||
```json | ||
{ | ||
"index.c5a9bff71fdfed9b6046.html": "index.c5a9bff71fdfed9b6046.html" | ||
} | ||
``` | ||
```json | ||
{ | ||
"index.html": "index.c5a9bff71fdfed9b6046.html" | ||
} | ||
``` | ||
The default value for this option is a regular expression targeting Webpack's [default md5 hash](https://webpack.js.org/configuration/output/#outputhashfunction). To target other hashing functions / algorithms, set this option to an appropriate `RegExp`. To disable replacing the hashes in key names, set this option to `false`. | ||
### `seed` | ||
Type: `Object`<br> | ||
Default: `{}` | ||
A cache of key/value pairs to used to seed the manifest. This may include a set of [custom key/value](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json) pairs to include in your manifest, or may be used to combine manifests across compilations in [multi-compiler mode](https://github.com/webpack/webpack/tree/master/examples/multi-compiler). To combine manifests, pass a shared seed object to each compiler's ManifestPlugin instance. | ||
A cache of key/value pairs to used to seed the manifest. This may include a set of [custom key/value](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json) pairs to include in your manifest, or may be used to combine manifests across compilations in [multi-compiler mode](https://github.com/webpack/webpack/tree/master/examples/multi-compiler). To combine manifests, pass a shared seed object to each compiler's `WebpackManifestPlugin` instance. | ||
### `options.filter` | ||
### `serialize` | ||
Type: `Function(FileDescriptor): Boolean` | ||
Type: `Function(Object) => string`<br> | ||
Default: `undefined` | ||
Filter out files. [FileDescriptor typings](#filedescriptor) | ||
A `Function` which can be leveraged to serialize the manifest in a different format than json. e.g. `yaml`. | ||
### `sort` | ||
### `options.map` | ||
Type: `Function`<br> | ||
Default: `undefined` | ||
Type: `Function(FileDescriptor): FileDescriptor` | ||
Allows sorting the files which make up the manifest. The passed function should match the signature of `(fileA: FileDescriptor, fileB: FileDescriptor) => Number`. Return `0` to indicate no change, `-1` to indicate the file should be moved to a lower index, and `1` to indicate the file shoud be moved to a higher index. | ||
Modify files details before the manifest is created. [FileDescriptor typings](#filedescriptor) | ||
### `useEntryKeys` | ||
### `options.sort` | ||
Type: `Boolean`<br> | ||
Default: `false` | ||
Type: `Function(FileDescriptor): number` | ||
If `true`, the keys specified in the `entry` property will be used as keys in the manifest. No file extension will be added (unless specified as part of an `entry` property key). | ||
Sort files before they are passed to `generate`. [FileDescriptor typings](#filedescriptor) | ||
### `writeToFileEmit` | ||
### `options.generate` | ||
Type: `Boolean`<br> | ||
Default: `false` | ||
Type: `Function(Object, FileDescriptor, string[]): Object`<br> | ||
Default: `(seed, files, entrypoints) => files.reduce((manifest, {name, path}) => ({...manifest, [name]: path}), seed)` | ||
If `true`, will emit the manifest to the build directory _and_ in memory for compatibility with `webpack-dev-server`. | ||
Create the manifest. It can return anything as long as it's serialisable by `JSON.stringify`. [FileDescriptor typings](#filedescriptor) | ||
### `options.serialize` | ||
## Manifest File Descriptor | ||
Type: `Function(Object): string`<br> | ||
Default: `(manifest) => JSON.stringify(manifest, null, 2)` | ||
This plugin utilizes the following object structure to work with files. Many options for this plugin utilize the structure below. | ||
Output manifest file in different format then json (i.e. yaml). | ||
## FileDescriptor | ||
```ts | ||
FileDescriptor { | ||
path: string; | ||
name: string | null; | ||
isInitial: boolean; | ||
isChunk: boolean; | ||
{ | ||
chunk?: Chunk; | ||
isAsset: boolean; | ||
isChunk: boolean; | ||
isInitial: boolean; | ||
isModuleAsset: boolean; | ||
name: string | null; | ||
path: string; | ||
} | ||
@@ -142,3 +197,3 @@ ``` | ||
Only available is `isChunk` is `true` | ||
Only available if `isChunk` is `true` | ||
@@ -157,5 +212,35 @@ ### `isInitial` | ||
## Compiler Hooks | ||
## License | ||
This plugin supports the following hooks via the `getCompilerHooks` export; `afterEmit`, `beforeEmit`. These hooks can be useful, e.g. changing manifest contents before emitting to disk. | ||
MIT © [Dane Thurber](https://github.com/danethurber) | ||
### `getCompilerHooks` | ||
Returns: `{ afterEmit: SyncWaterfallHook, beforeEmit: SyncWaterfallHook }` | ||
#### Usage | ||
```js | ||
const { getCompilerHooks } = require('webpack-manifest-plugin'); | ||
class BatmanPlugin { | ||
apply(compiler) { | ||
const { beforeEmit } = getCompilerHooks(compiler); | ||
beforeEmit.tap('BatmanPlugin', (manifest) => { | ||
return { ...manifest, name: 'hello' }; | ||
}) | ||
} | ||
} | ||
``` | ||
## Attiribution | ||
Special thanks to [Dane Thurber](https://github.com/danethurber), the original author of this plugin, without whom this plugin would not exist. | ||
## Meta | ||
[CONTRIBUTING](./.github/CONTRIBUTING.md) | ||
[LICENSE (MIT)](./LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20053
3
6
250
0
244
20
1
2
2
+ Addedwebpack-sources@^2.2.0
+ Added@jridgewell/gen-mapping@0.3.5(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/source-map@0.3.6(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Added@types/eslint@9.6.1(transitive)
+ Added@types/eslint-scope@3.7.7(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Added@types/node@22.9.0(transitive)
+ Added@webassemblyjs/ast@1.14.1(transitive)
+ Added@webassemblyjs/floating-point-hex-parser@1.13.2(transitive)
+ Added@webassemblyjs/helper-api-error@1.13.2(transitive)
+ Added@webassemblyjs/helper-buffer@1.14.1(transitive)
+ Added@webassemblyjs/helper-numbers@1.13.2(transitive)
+ Added@webassemblyjs/helper-wasm-bytecode@1.13.2(transitive)
+ Added@webassemblyjs/helper-wasm-section@1.14.1(transitive)
+ Added@webassemblyjs/ieee754@1.13.2(transitive)
+ Added@webassemblyjs/leb128@1.13.2(transitive)
+ Added@webassemblyjs/utf8@1.13.2(transitive)
+ Added@webassemblyjs/wasm-edit@1.14.1(transitive)
+ Added@webassemblyjs/wasm-gen@1.14.1(transitive)
+ Added@webassemblyjs/wasm-opt@1.14.1(transitive)
+ Added@webassemblyjs/wasm-parser@1.14.1(transitive)
+ Added@webassemblyjs/wast-printer@1.14.1(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedcaniuse-lite@1.0.30001678(transitive)
+ Addedelectron-to-chromium@1.5.54(transitive)
+ Addedenhanced-resolve@5.17.1(transitive)
+ Addedes-module-lexer@1.5.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedeslint-scope@5.1.1(transitive)
+ Addedglob-to-regexp@0.4.1(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedjest-worker@27.5.1(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedloader-runner@4.3.0(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-releases@2.0.18(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedschema-utils@3.3.0(transitive)
+ Addedserialize-javascript@6.0.2(transitive)
+ Addedsupports-color@8.1.1(transitive)
+ Addedtapable@2.2.1(transitive)
+ Addedterser@5.36.0(transitive)
+ Addedterser-webpack-plugin@5.3.10(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
+ Addedwatchpack@2.4.2(transitive)
+ Addedwebpack@5.96.1(transitive)
+ Addedwebpack-sources@2.3.13.2.3(transitive)
- Removedfs-extra@^8.1.0
- Removedlodash@^4
- Removed@webassemblyjs/ast@1.9.0(transitive)
- Removed@webassemblyjs/floating-point-hex-parser@1.9.0(transitive)
- Removed@webassemblyjs/helper-api-error@1.9.0(transitive)
- Removed@webassemblyjs/helper-buffer@1.9.0(transitive)
- Removed@webassemblyjs/helper-code-frame@1.9.0(transitive)
- Removed@webassemblyjs/helper-fsm@1.9.0(transitive)
- Removed@webassemblyjs/helper-module-context@1.9.0(transitive)
- Removed@webassemblyjs/helper-wasm-bytecode@1.9.0(transitive)
- Removed@webassemblyjs/helper-wasm-section@1.9.0(transitive)
- Removed@webassemblyjs/ieee754@1.9.0(transitive)
- Removed@webassemblyjs/leb128@1.9.0(transitive)
- Removed@webassemblyjs/utf8@1.9.0(transitive)
- Removed@webassemblyjs/wasm-edit@1.9.0(transitive)
- Removed@webassemblyjs/wasm-gen@1.9.0(transitive)
- Removed@webassemblyjs/wasm-opt@1.9.0(transitive)
- Removed@webassemblyjs/wasm-parser@1.9.0(transitive)
- Removed@webassemblyjs/wast-parser@1.9.0(transitive)
- Removed@webassemblyjs/wast-printer@1.9.0(transitive)
- Removedacorn@6.4.2(transitive)
- Removedajv-errors@1.0.1(transitive)
- Removedanymatch@2.0.03.1.3(transitive)
- Removedaproba@1.2.0(transitive)
- Removedarr-diff@4.0.0(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedarr-union@3.1.0(transitive)
- Removedarray-unique@0.3.2(transitive)
- Removedasn1.js@4.10.1(transitive)
- Removedassert@1.5.1(transitive)
- Removedassign-symbols@1.0.0(transitive)
- Removedasync-each@1.0.6(transitive)
- Removedatob@2.1.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbase@0.11.2(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbig.js@5.2.2(transitive)
- Removedbinary-extensions@1.13.12.3.0(transitive)
- Removedbindings@1.5.0(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedbn.js@4.12.05.2.1(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@2.3.23.0.3(transitive)
- Removedbrorand@1.1.0(transitive)
- Removedbrowserify-aes@1.2.0(transitive)
- Removedbrowserify-cipher@1.0.1(transitive)
- Removedbrowserify-des@1.0.2(transitive)
- Removedbrowserify-rsa@4.1.1(transitive)
- Removedbrowserify-sign@4.2.3(transitive)
- Removedbrowserify-zlib@0.2.0(transitive)
- Removedbuffer@4.9.2(transitive)
- Removedbuffer-xor@1.0.3(transitive)
- Removedbuiltin-status-codes@3.0.0(transitive)
- Removedcacache@12.0.4(transitive)
- Removedcache-base@1.0.1(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removedchokidar@2.1.83.6.0(transitive)
- Removedchownr@1.1.4(transitive)
- Removedcipher-base@1.0.4(transitive)
- Removedclass-utils@0.3.6(transitive)
- Removedcollection-visit@1.0.0(transitive)
- Removedcommondir@1.0.1(transitive)
- Removedcomponent-emitter@1.3.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconcat-stream@1.6.2(transitive)
- Removedconsole-browserify@1.2.0(transitive)
- Removedconstants-browserify@1.0.0(transitive)
- Removedcopy-concurrently@1.0.5(transitive)
- Removedcopy-descriptor@0.1.1(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedcreate-ecdh@4.0.4(transitive)
- Removedcreate-hash@1.2.0(transitive)
- Removedcreate-hmac@1.1.7(transitive)
- Removedcrypto-browserify@3.12.1(transitive)
- Removedcyclist@1.0.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removeddecode-uri-component@0.2.2(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removeddefine-property@0.2.51.0.02.0.2(transitive)
- Removeddes.js@1.1.0(transitive)
- Removeddiffie-hellman@5.0.3(transitive)
- Removeddomain-browser@1.2.0(transitive)
- Removedduplexify@3.7.1(transitive)
- Removedelliptic@6.6.0(transitive)
- Removedemojis-list@3.0.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedenhanced-resolve@4.5.0(transitive)
- Removederrno@0.1.8(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedeslint-scope@4.0.3(transitive)
- Removedevp_bytestokey@1.0.3(transitive)
- Removedexpand-brackets@2.1.4(transitive)
- Removedextend-shallow@2.0.13.0.2(transitive)
- Removedextglob@2.0.4(transitive)
- Removedfiggy-pudding@3.5.2(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedfill-range@4.0.07.1.1(transitive)
- Removedfind-cache-dir@2.1.0(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedflush-write-stream@1.1.1(transitive)
- Removedfor-in@1.0.2(transitive)
- Removedfragment-cache@0.2.1(transitive)
- Removedfrom2@2.3.0(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedfs-write-stream-atomic@1.0.10(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfsevents@1.2.132.3.3(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedget-value@2.0.6(transitive)
- Removedglob@7.2.3(transitive)
- Removedglob-parent@3.1.05.1.2(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhas-value@0.3.11.0.0(transitive)
- Removedhas-values@0.1.41.0.0(transitive)
- Removedhash-base@3.0.4(transitive)
- Removedhash.js@1.1.7(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhmac-drbg@1.0.1(transitive)
- Removedhttps-browserify@1.0.0(transitive)
- Removedieee754@1.2.1(transitive)
- Removediferr@0.1.5(transitive)
- Removedimurmurhash@0.1.4(transitive)
- Removedinfer-owner@1.0.4(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.32.0.4(transitive)
- Removedis-accessor-descriptor@1.0.1(transitive)
- Removedis-binary-path@1.0.12.1.0(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-data-descriptor@1.0.1(transitive)
- Removedis-descriptor@0.1.71.0.3(transitive)
- Removedis-extendable@0.1.11.0.1(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@3.1.04.0.3(transitive)
- Removedis-number@3.0.07.0.0(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedis-windows@1.0.2(transitive)
- Removedis-wsl@1.1.0(transitive)
- Removedisarray@1.0.0(transitive)
- Removedisobject@2.1.03.0.1(transitive)
- Removedjson-parse-better-errors@1.0.2(transitive)
- Removedjson5@1.0.2(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedkind-of@3.2.24.0.06.0.3(transitive)
- Removedloader-runner@2.4.0(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlru-cache@5.1.1(transitive)
- Removedmake-dir@2.1.0(transitive)
- Removedmap-cache@0.2.2(transitive)
- Removedmap-visit@1.0.0(transitive)
- Removedmd5.js@1.3.5(transitive)
- Removedmemory-fs@0.4.10.5.0(transitive)
- Removedmicromatch@3.1.10(transitive)
- Removedmiller-rabin@4.0.1(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
- Removedminimalistic-crypto-utils@1.0.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmississippi@3.0.0(transitive)
- Removedmixin-deep@1.3.2(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedmove-concurrently@1.0.1(transitive)
- Removedms@2.0.0(transitive)
- Removednan@2.22.0(transitive)
- Removednanomatch@1.2.13(transitive)
- Removednode-libs-browser@2.2.1(transitive)
- Removednormalize-path@2.1.13.0.0(transitive)
- Removedobject-copy@0.1.0(transitive)
- Removedobject-inspect@1.13.2(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject-visit@1.0.1(transitive)
- Removedobject.assign@4.1.5(transitive)
- Removedobject.pick@1.3.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedos-browserify@0.3.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpako@1.0.11(transitive)
- Removedparallel-transform@1.2.0(transitive)
- Removedparse-asn1@5.1.7(transitive)
- Removedpascalcase@0.1.1(transitive)
- Removedpath-browserify@0.0.1(transitive)
- Removedpath-dirname@1.0.2(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpbkdf2@3.1.2(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedpify@4.0.1(transitive)
- Removedpkg-dir@3.0.0(transitive)
- Removedposix-character-classes@0.1.1(transitive)
- Removedprocess@0.11.10(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedpromise-inflight@1.0.1(transitive)
- Removedprr@1.0.1(transitive)
- Removedpublic-encrypt@4.0.3(transitive)
- Removedpump@2.0.13.0.2(transitive)
- Removedpumpify@1.5.1(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedqs@6.13.0(transitive)
- Removedquerystring-es3@0.2.1(transitive)
- Removedrandomfill@1.0.4(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedreaddirp@2.2.13.6.0(transitive)
- Removedregex-not@1.0.2(transitive)
- Removedremove-trailing-separator@1.1.0(transitive)
- Removedrepeat-element@1.1.4(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedresolve-url@0.2.1(transitive)
- Removedret@0.1.15(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedripemd160@2.0.2(transitive)
- Removedrun-queue@1.0.3(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsafe-regex@1.1.0(transitive)
- Removedschema-utils@1.0.0(transitive)
- Removedsemver@5.7.2(transitive)
- Removedserialize-javascript@4.0.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedset-value@2.0.1(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedsha.js@2.4.11(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedsnapdragon@0.8.2(transitive)
- Removedsnapdragon-node@2.1.1(transitive)
- Removedsnapdragon-util@3.0.1(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedsource-map-resolve@0.5.3(transitive)
- Removedsource-map-url@0.4.1(transitive)
- Removedsplit-string@3.1.0(transitive)
- Removedssri@6.0.2(transitive)
- Removedstatic-extend@0.1.2(transitive)
- Removedstream-browserify@2.0.2(transitive)
- Removedstream-each@1.2.3(transitive)
- Removedstream-http@2.8.3(transitive)
- Removedstream-shift@1.0.3(transitive)
- Removedstring_decoder@1.1.11.3.0(transitive)
- Removedtapable@1.1.3(transitive)
- Removedterser@4.8.1(transitive)
- Removedterser-webpack-plugin@1.4.6(transitive)
- Removedthrough2@2.0.5(transitive)
- Removedtimers-browserify@2.0.12(transitive)
- Removedto-arraybuffer@1.0.1(transitive)
- Removedto-object-path@0.3.0(transitive)
- Removedto-regex@3.0.2(transitive)
- Removedto-regex-range@2.1.15.0.1(transitive)
- Removedtty-browserify@0.0.0(transitive)
- Removedtypedarray@0.0.6(transitive)
- Removedunion-value@1.0.1(transitive)
- Removedunique-filename@1.1.1(transitive)
- Removedunique-slug@2.0.2(transitive)
- Removeduniversalify@0.1.2(transitive)
- Removedunset-value@1.0.0(transitive)
- Removedupath@1.2.0(transitive)
- Removedurix@0.1.0(transitive)
- Removedurl@0.11.4(transitive)
- Removeduse@3.1.1(transitive)
- Removedutil@0.10.40.11.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedvm-browserify@1.1.2(transitive)
- Removedwatchpack@1.7.5(transitive)
- Removedwatchpack-chokidar2@2.0.1(transitive)
- Removedwebpack@4.47.0(transitive)
- Removedwebpack-sources@1.4.3(transitive)
- Removedworker-farm@1.7.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxtend@4.0.2(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyallist@3.1.1(transitive)
Updatedtapable@^2.0.0