Socket
Socket
Sign inDemoInstall

babel-plugin-namespace-amd-define

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-namespace-amd-define - npm Package Compare versions

Comparing version 2.6.2 to 2.7.0

6

lib/__tests__/index.test.js

@@ -23,2 +23,8 @@ 'use strict';

/**
* © 2017 Liferay, Inc. <https://liferay.com>
*
* SPDX-License-Identifier: LGPL-3.0-or-later
*/
var logger = void 0;

@@ -25,0 +31,0 @@

4

package.json
{
"name": "babel-plugin-namespace-amd-define",
"version": "2.6.2",
"version": "2.7.0",
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",

@@ -15,4 +15,4 @@ "main": "lib/index.js",

"dependencies": {
"liferay-npm-build-tools-common": "2.6.2"
"liferay-npm-build-tools-common": "2.7.0"
}
}

@@ -0,1 +1,7 @@

/**
* © 2017 Liferay, Inc. <https://liferay.com>
*
* SPDX-License-Identifier: LGPL-3.0-or-later
*/
import * as babel from 'babel-core';

@@ -2,0 +8,0 @@ import * as babelIpc from 'liferay-npm-build-tools-common/lib/babel-ipc';

@@ -0,1 +1,7 @@

/**
* © 2017 Liferay, Inc. <https://liferay.com>
*
* SPDX-License-Identifier: LGPL-3.0-or-later
*/
import * as babelIpc from 'liferay-npm-build-tools-common/lib/babel-ipc';

@@ -2,0 +8,0 @@ import PluginLogger from 'liferay-npm-build-tools-common/lib/plugin-logger';

Sorry, the diff of this file is not supported yet

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