New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-akili

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-akili - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

12

index.js
module.exports = (context, options = {}) => {
module.exports = (context, options) => {
options = Object.assign({
usePresetEnv: true,
usePresetStage2: true,
usePresetStage3: true,
usePluginTansformRuntime: true
}, options);
usePresetStage3: true
}, options || {});
const presets = [];
const plugins = [];

@@ -16,8 +14,6 @@ options.usePresetEnv && presets.push([require("babel-preset-env"), options.presetEnvOptions]);

options.usePresetStage3 && presets.push([require("babel-preset-stage-3", options.presetStage3Options)]);
options.usePluginTansformRuntime && plugins.push([require("babel-plugin-transform-runtime", options.pluginTansformRuntimeOptions )]);
return {
presets: presets,
plugins: plugins
presets: presets
}
};
{
"name": "babel-preset-akili",
"version": "0.7.0",
"version": "0.7.1",
"description": "Babel preset for Akili framework",

@@ -24,4 +24,3 @@ "main": "./index.js",

"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0"
"babel-preset-stage-3": "^6.24.1"
},

@@ -28,0 +27,0 @@ "repository": {

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