karma-rollup-preprocessor
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -8,2 +8,8 @@ # Change Log | ||
## [4.0.4] - 2017-08-22 | ||
### Changed | ||
- Is there an echo in here? Update depedency versions. Require Rollup 0.45 – 0.47. [#24](https://github.com/jlmakes/karma-rollup-preprocessor/issues/24) | ||
## [4.0.3] - 2017-08-11 | ||
@@ -10,0 +16,0 @@ |
@@ -5,3 +5,4 @@ 'use strict' | ||
const rollup = require('rollup').rollup | ||
const _ = require('lodash') | ||
const debounce = require('lodash/debounce') | ||
const assign = require('lodash/assign') | ||
@@ -21,3 +22,3 @@ | ||
*/ | ||
const recompileDependants = _.debounce(() => { | ||
const recompileDependants = debounce(() => { | ||
const now = Date.now() | ||
@@ -33,3 +34,3 @@ for (const dependant of staleDependants.values()) { | ||
const config = _.assign({}, baseConfig, (customConfig || {}).options) | ||
const config = assign({}, baseConfig, (customConfig || {}).options) | ||
@@ -36,0 +37,0 @@ function preprocess (content, file, done) { |
{ | ||
"name": "karma-rollup-preprocessor", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Karma preprocessor to bundle ES2015 modules using Rollup", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"rollup": ">=0.45.x", | ||
"rollup": "0.45 - 0.47", | ||
"lodash": "^4.17.4" | ||
@@ -31,0 +31,0 @@ }, |
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
16671
204
+ Addedrollup@0.47.6(transitive)
- Removed@rollup/rollup-android-arm-eabi@4.30.1(transitive)
- Removed@rollup/rollup-android-arm64@4.30.1(transitive)
- Removed@rollup/rollup-darwin-arm64@4.30.1(transitive)
- Removed@rollup/rollup-darwin-x64@4.30.1(transitive)
- Removed@rollup/rollup-freebsd-arm64@4.30.1(transitive)
- Removed@rollup/rollup-freebsd-x64@4.30.1(transitive)
- Removed@rollup/rollup-linux-arm-gnueabihf@4.30.1(transitive)
- Removed@rollup/rollup-linux-arm-musleabihf@4.30.1(transitive)
- Removed@rollup/rollup-linux-arm64-gnu@4.30.1(transitive)
- Removed@rollup/rollup-linux-arm64-musl@4.30.1(transitive)
- Removed@rollup/rollup-linux-loongarch64-gnu@4.30.1(transitive)
- Removed@rollup/rollup-linux-powerpc64le-gnu@4.30.1(transitive)
- Removed@rollup/rollup-linux-riscv64-gnu@4.30.1(transitive)
- Removed@rollup/rollup-linux-s390x-gnu@4.30.1(transitive)
- Removed@rollup/rollup-linux-x64-gnu@4.30.1(transitive)
- Removed@rollup/rollup-linux-x64-musl@4.30.1(transitive)
- Removed@rollup/rollup-win32-arm64-msvc@4.30.1(transitive)
- Removed@rollup/rollup-win32-ia32-msvc@4.30.1(transitive)
- Removed@rollup/rollup-win32-x64-msvc@4.30.1(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedrollup@4.30.1(transitive)
Updatedrollup@0.45 - 0.47