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

6to5-brunch

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6to5-brunch - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

9

index.js

@@ -14,3 +14,3 @@ 'use strict';

});
this.options.sourceMaps = !!config.sourceMaps;
this.options.sourceMap = !!config.sourceMaps;
}

@@ -30,8 +30,7 @@

}
callback(null, {
data: compiled.code || compiled,
map: !!compiled.map && compiled.map.toJSON()
});
var result = {data: compiled.code || compiled};
if (compiled.map) { result.map = JSON.stringify(compiled.map); }
callback(null, result);
};
module.exports = ES6to5Compiler;
{
"name": "6to5-brunch",
"version": "1.7.3",
"version": "1.7.4",
"description": "Brunch plugin to turn ES6 code into vanilla ES5 with no runtime required.",

@@ -24,3 +24,3 @@ "author": "Elan Shanker",

"dependencies": {
"6to5": "^1.0.0"
"6to5": "^1.9.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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