Socket
Socket
Sign inDemoInstall

liferay-npm-bundler-plugin-inject-peer-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liferay-npm-bundler-plugin-inject-peer-dependencies - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

lib/__tests__/__fixtures__/project/node_modules/@project$1.0.0$scope/is-finite/package.json

6

lib/__tests__/index.test.js

@@ -11,2 +11,6 @@ 'use strict';

var _path = require('path');
var _path2 = _interopRequireDefault(_path);
var _index = require('../index');

@@ -18,3 +22,3 @@

var fixturesDir = process.cwd() + '/packages/' + 'liferay-npm-bundler-plugin-inject-peer-dependencies/' + 'src/__tests__';
var fixturesDir = _path2.default.join(__dirname, '__fixtures__');

@@ -21,0 +25,0 @@ describe('when using regular packages', function () {

4

package.json
{
"name": "liferay-npm-bundler-plugin-inject-peer-dependencies",
"version": "2.1.1",
"version": "2.2.0",
"description": "A liferay-npm-bundler plugin to force injection of dependencies in packages declaring peer dependencies.",

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

"globby": "^8.0.1",
"liferay-npm-build-tools-common": "2.1.1",
"liferay-npm-build-tools-common": "2.2.0",
"read-json-sync": "^2.0.0-0",

@@ -19,0 +19,0 @@ "resolve": "^1.6.0"

import PkgDesc from 'liferay-npm-build-tools-common/lib/pkg-desc';
import PluginLogger from 'liferay-npm-build-tools-common/lib/plugin-logger';
import path from 'path';
import plugin from '../index';
const fixturesDir =
`${process.cwd()}/packages/` +
`liferay-npm-bundler-plugin-inject-peer-dependencies/` +
`src/__tests__`;
const fixturesDir = path.join(__dirname, '__fixtures__');

@@ -10,0 +8,0 @@ describe('when using regular packages', () => {

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