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

babel-preset-liferay-standard

Package Overview
Dependencies
Maintainers
17
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-liferay-standard - npm Package Compare versions

Comparing version 2.24.3 to 2.25.0

2

lib/index.js

@@ -18,2 +18,3 @@ "use strict";

const babel_plugin_transform_node_env_inline_1 = __importDefault(require("babel-plugin-transform-node-env-inline"));
const babel_plugin_transform_object_rest_spread_1 = __importDefault(require("babel-plugin-transform-object-rest-spread"));
const babel_plugin_wrap_modules_amd_1 = __importDefault(require("babel-plugin-wrap-modules-amd"));

@@ -38,2 +39,3 @@ /**

],
babel_plugin_transform_object_rest_spread_1.default,
babel_plugin_wrap_modules_amd_1.default,

@@ -40,0 +42,0 @@ babel_plugin_name_amd_modules_1.default,

18

package.json
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"babel-plugin-add-module-metadata": "2.24.3",
"babel-plugin-alias-modules": "2.24.3",
"babel-plugin-add-module-metadata": "2.25.0",
"babel-plugin-alias-modules": "2.25.0",
"babel-plugin-minify-dead-code-elimination": "0.5.1",
"babel-plugin-name-amd-modules": "2.24.3",
"babel-plugin-namespace-amd-define": "2.24.3",
"babel-plugin-namespace-modules": "2.24.3",
"babel-plugin-normalize-requires": "2.24.3",
"babel-plugin-name-amd-modules": "2.25.0",
"babel-plugin-namespace-amd-define": "2.25.0",
"babel-plugin-namespace-modules": "2.25.0",
"babel-plugin-normalize-requires": "2.25.0",
"babel-plugin-transform-node-env-inline": "0.4.3",
"babel-plugin-wrap-modules-amd": "2.24.3"
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-wrap-modules-amd": "2.25.0"
},

@@ -27,3 +28,4 @@ "description": "Babel preset for bundling standard Liferay projects.",

},
"version": "2.24.3"
"version": "2.25.0",
"gitHead": "5501d9e5c15145cfd4d9d45bcc26fff1fd3420ba"
}

@@ -14,2 +14,3 @@ /**

import babelPluginTransformNodeEnvInline from 'babel-plugin-transform-node-env-inline';
import babelPluginTransformObjetRestSpread from 'babel-plugin-transform-object-rest-spread';
import babelPluginWrapModulesAmd from 'babel-plugin-wrap-modules-amd';

@@ -35,2 +36,3 @@

],
babelPluginTransformObjetRestSpread,
babelPluginWrapModulesAmd,

@@ -37,0 +39,0 @@ babelPluginNameAmdModules,

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