Socket
Socket
Sign inDemoInstall

babel-loader

Package Overview
Dependencies
Maintainers
2
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 4.2.0 to 4.3.0

coverage/coverage.json

7

package.json
{
"name": "babel-loader",
"version": "4.2.0",
"version": "4.3.0",
"description": "babel module loader for webpack",
"main": "index.js",
"dependencies": {
"babel-core": "^4.7.16",
"loader-utils": "^0.2.5"
},
"peerDependencies": {
"babel-core": "^4.7.0",
"webpack": "^1.4.5"
"babel-core": "*",
"webpack": "*"
},

@@ -13,0 +14,0 @@ "devDependencies": {

@@ -86,4 +86,6 @@ # babel-loader

Note: The `sourceMap` option is ignored, instead sourceMaps are automatically enabled when webpack is configured to use them (via the `devtool` config option).
## License
MIT © Luis Couto
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