Socket
Socket
Sign inDemoInstall

babel-loader

Package Overview
Dependencies
Maintainers
5
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 9.2.0 to 9.2.1

4

lib/index.js

@@ -44,3 +44,5 @@ let babel;

const filename = this.resourcePath;
const logger = this.getLogger("babel-loader");
const logger = typeof this.getLogger === "function" ? this.getLogger("babel-loader") : {
debug: () => {}
};
let loaderOptions = this.getOptions();

@@ -47,0 +49,0 @@ validateOptions(schema, loaderOptions, {

{
"name": "babel-loader",
"version": "9.2.0",
"version": "9.2.1",
"description": "babel module loader for webpack",

@@ -5,0 +5,0 @@ "files": [

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