Socket
Socket
Sign inDemoInstall

babel-loader

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-loader - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

41

package.json
{
"name": "babel-loader",
"version": "8.0.4",
"version": "8.0.5",
"description": "babel module loader for webpack",

@@ -13,3 +13,3 @@ "files": [

"dependencies": {
"find-cache-dir": "^1.0.0",
"find-cache-dir": "^2.0.0",
"loader-utils": "^1.0.2",

@@ -24,21 +24,22 @@ "mkdirp": "^0.5.1",

"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"ava": "0.25.0",
"babel-eslint": "^8.0.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-react-intl": "^2.1.3",
"cross-env": "^5.0.0",
"eslint": "^4.1.0",
"eslint-config-babel": "^8.0.0",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-prettier": "^2.1.2",
"husky": "^0.14.0",
"lint-staged": "^7.1.0",
"nyc": "^11.0.1",
"prettier": "^1.2.2",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"ava": "1.0.1",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-react-intl": "^3.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.9.0",
"eslint-config-babel": "^8.0.2",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"nyc": "^13.1.0",
"prettier": "^1.15.3",
"react": "^16.0.0",
"react-intl": "^2.1.2",
"react-intl-webpack-plugin": "^0.0.3",
"react-intl-webpack-plugin": "^0.3.0",
"rimraf": "^2.4.3",

@@ -94,3 +95,3 @@ "webpack": "^4.0.0"

],
"source": [
"sources": [
"src/**/*.js"

@@ -97,0 +98,0 @@ ]

@@ -77,3 +77,3 @@ > This README is for babel-loader v8 + Babel v7

presets: ['@babel/preset-env'],
plugins: [require('@babel/plugin-proposal-object-rest-spread')]
plugins: ['@babel/plugin-proposal-object-rest-spread']
}

@@ -96,4 +96,2 @@ }

**Note**: The `sourceMap` option is ignored. Instead, source maps are automatically enabled when webpack is configured to use them (via the [`devtool`](https://webpack.js.org/configuration/devtool/#devtool) config option).
## Troubleshooting

@@ -301,2 +299,3 @@

## [License](https://couto.mit-license.org/)
## License
[MIT](https://couto.mit-license.org/)
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