Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

6to5-loader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6to5-loader - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

8

index.js

@@ -12,11 +12,11 @@ var loaderUtils = require('loader-utils'),

options.sourceMap = true;
options.filename = loaderUtils.getRemainingRequest(this);
result = to5.transform(source, options);
code = result.code;
map = result.map;
map.sourcesContent = [source];
if (result.map) {
map = result.map;
}
this.callback(null, code, map);
};
{
"name": "6to5-loader",
"version": "0.1.3",
"version": "0.2.0",
"description": "6t05 module loader for webpack",

@@ -5,0 +5,0 @@ "main": "index.js",

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