broccoli-rollup
Advanced tools
Comparing version 4.1.1 to 5.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.heimdall = void 0; | ||
// tslint:disable:no-var-requires | ||
@@ -4,0 +5,0 @@ const heimdall = require('heimdalljs'); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BroccoliRollup = void 0; | ||
const BroccoliPlugin = require("broccoli-plugin"); | ||
@@ -4,0 +5,0 @@ const fs_1 = require("fs"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.nodeModulesPath = exports.normalizeArray = exports.treeFromEntries = exports.treeFromPath = exports.normalize = exports.realpath = exports.writeFile = exports.syncFiles = void 0; | ||
const crypto_1 = require("crypto"); | ||
@@ -4,0 +5,0 @@ const fs_1 = require("fs"); |
{ | ||
"name": "broccoli-rollup", | ||
"version": "4.1.1", | ||
"version": "5.0.0", | ||
"description": "A broccoli plugin that uses rollup.js on its input", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"build": "tsc", | ||
"build:clean": "rm -rf && tsc", | ||
"build:clean": "rm -rf dist && tsc", | ||
"lint": "tslint -p tsconfig.json && tslint -p tests/tsconfig.json", | ||
@@ -43,3 +43,3 @@ "prepare": "yarn build:clean", | ||
"report:html": "nyc report -r html && open coverage/index.html", | ||
"test": "yarn lint && yarn test:check && yarn test:coverage", | ||
"test": "yarn build:clean && yarn lint && yarn test:check && yarn test:coverage", | ||
"posttest": "yarn report", | ||
@@ -51,30 +51,30 @@ "test:check": "tsc -p tests", | ||
"dependencies": { | ||
"@types/broccoli-plugin": "^1.3.0", | ||
"broccoli-plugin": "^2.0.0", | ||
"@types/broccoli-plugin": "^3.0.0", | ||
"broccoli-plugin": "^4.0.7", | ||
"fs-tree-diff": "^2.0.1", | ||
"heimdalljs": "^0.2.6", | ||
"node-modules-path": "^1.0.1", | ||
"rollup": "^1.12.0", | ||
"rollup": "^2.50.0", | ||
"rollup-pluginutils": "^2.8.1", | ||
"symlink-or-copy": "^1.2.0", | ||
"walk-sync": "^1.1.3" | ||
"walk-sync": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.0.2", | ||
"@types/node": "^15.6.1", | ||
"@types/qunit": "^2.9.0", | ||
"@types/symlink-or-copy": "^1.2.0", | ||
"broccoli-merge-trees": "^3.0.2", | ||
"broccoli-merge-trees": "^4.2.0", | ||
"broccoli-test-helper": "^2.0.0", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.17.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.0", | ||
"qunit": "^2.9.2", | ||
"source-map": "0.7.3", | ||
"tslint": "^5.16.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.4.5" | ||
"typescript": "^4.2.4" | ||
}, | ||
"engines": { | ||
"node": ">=8.0" | ||
"node": ">=12.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
42760
30
779
+ Added@types/broccoli-plugin@3.0.4(transitive)
+ Addedbroccoli-node-api@1.7.0(transitive)
+ Addedbroccoli-node-info@2.2.0(transitive)
+ Addedbroccoli-output-wrapper@3.2.5(transitive)
+ Addedbroccoli-plugin@4.0.7(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedfs-merger@3.2.1(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedmatcher-collection@2.0.1(transitive)
+ Addedpromise-map-series@0.3.0(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedrollup@2.79.2(transitive)
+ Addeduniversalify@0.1.2(transitive)
+ Addedwalk-sync@2.2.0(transitive)
- Removed@types/broccoli-plugin@1.3.0(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedacorn@7.4.1(transitive)
- Removedbroccoli-plugin@2.1.0(transitive)
- Removedmatcher-collection@1.1.2(transitive)
- Removedpromise-map-series@0.2.3(transitive)
- Removedrollup@1.32.1(transitive)
- Removedundici-types@6.19.8(transitive)
- Removedwalk-sync@1.1.4(transitive)
Updatedbroccoli-plugin@^4.0.7
Updatedrollup@^2.50.0
Updatedwalk-sync@^2.2.0