Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-rollup-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-rollup-preprocessor - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

6

CHANGELOG.md

@@ -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 @@

7

lib/index.js

@@ -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 @@ },

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