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.0-beta.3 to 8.0.0-beta.4

15

lib/transform.js

@@ -25,7 +25,14 @@ "use strict";

if (!result) return null;
if (!result) return null; // We don't return the full result here because some entries are not
// really serializable. For a full list of properties see here:
// https://github.com/babel/babel/blob/master/packages/babel-core/src/transformation/index.js
// For discussion on this topic see here:
// https://github.com/babel/babel-loader/pull/629
const {
ast,
code,
map,
metadata
metadata,
sourceType
} = result;

@@ -38,5 +45,7 @@

return {
ast,
code,
map,
metadata
metadata,
sourceType
};

@@ -43,0 +52,0 @@ });

{
"name": "babel-loader",
"version": "8.0.0-beta.3",
"version": "8.0.0-beta.4",
"description": "babel module loader for webpack",

@@ -56,2 +56,5 @@ "files": [

},
"publishConfig": {
"tag": "next"
},
"repository": {

@@ -58,0 +61,0 @@ "type": "git",

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