Socket
Socket
Sign inDemoInstall

babel-preset-liferay-standard

Package Overview
Dependencies
Maintainers
1
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 0.5.0 to 0.6.0

package-lock.json

6

lib/index.js

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

return {
plugins: [_babelPluginNormalizeRequires2.default, _babelPluginShimNodeVars2.default, _babelPluginWrapModulesAmd2.default, _babelPluginNameAmdModules2.default, _babelPluginNamespaceAmdDefine2.default]
plugins: [_babelPluginNormalizeRequires2.default, _babelPluginTransformNodeEnvInline2.default, _babelPluginWrapModulesAmd2.default, _babelPluginNameAmdModules2.default, _babelPluginNamespaceAmdDefine2.default]
};

@@ -20,5 +20,5 @@ };

var _babelPluginShimNodeVars = require('babel-plugin-shim-node-vars');
var _babelPluginTransformNodeEnvInline = require('babel-plugin-transform-node-env-inline');
var _babelPluginShimNodeVars2 = _interopRequireDefault(_babelPluginShimNodeVars);
var _babelPluginTransformNodeEnvInline2 = _interopRequireDefault(_babelPluginTransformNodeEnvInline);

@@ -25,0 +25,0 @@ var _babelPluginWrapModulesAmd = require('babel-plugin-wrap-modules-amd');

{
"name": "babel-preset-liferay-standard",
"version": "0.5.0",
"version": "0.6.0",
"description": "Babel preset for bundling standard Liferay projects.",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"build": "babel --source-maps -D -d lib src",
"prepublish": "babel --source-maps -D -d lib src"
"prepublish": "npm run build"
},

@@ -16,8 +16,8 @@ "devDependencies": {

"dependencies": {
"babel-plugin-name-amd-modules": "^0.5.0",
"babel-plugin-namespace-amd-define": "^0.5.0",
"babel-plugin-normalize-requires": "^0.5.0",
"babel-plugin-shim-node-vars": "^0.5.0",
"babel-plugin-wrap-modules-amd": "^0.5.0"
"babel-plugin-name-amd-modules": "^0.6.0",
"babel-plugin-namespace-amd-define": "^0.6.0",
"babel-plugin-normalize-requires": "^0.6.0",
"babel-plugin-transform-node-env-inline": "^0.2.0",
"babel-plugin-wrap-modules-amd": "^0.6.0"
}
}

Sorry, the diff of this file is not supported yet

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