Socket
Socket
Sign inDemoInstall

exports-loader

Package Overview
Dependencies
77
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

38

package.json
{
"name": "exports-loader",
"version": "3.1.0",
"version": "4.0.0",
"description": "exports loader module for webpack",

@@ -16,3 +16,3 @@ "license": "MIT",

"engines": {
"node": ">= 12.13.0"
"node": ">= 14.15.0"
},

@@ -47,24 +47,24 @@ "scripts": {

"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"del": "^6.1.0",
"del-cli": "^4.0.1",
"eslint": "^8.0.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"memfs": "^3.2.2",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"jest": "^28.1.0",
"lint-staged": "^12.4.1",
"memfs": "^3.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"standard-version": "^9.3.1",
"webpack": "^5.50.0"
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"webpack": "^5.72.1"
},

@@ -71,0 +71,0 @@ "keywords": [

@@ -32,5 +32,17 @@ <div align="center">

```console
$ npm install exports-loader --save-dev
npm install exports-loader --save-dev
```
or
```console
yarn add -D exports-loader
```
or
```console
pnpm add -D exports-loader
```
### Inline

@@ -37,0 +49,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc