New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.1 to 2.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 2.0.2
* #7 Fixed errors during rollup not rejecting the promise
* #9 Update dependencies
# 2.0.1
* #5 Add logging on compile error & update to latest Rollup
# 2.0.0

@@ -2,0 +9,0 @@ **BREAKING** the options for the preprocessor are now specified in 2 separate object, `rollup` and `bundle`

2

lib/index.js

@@ -44,3 +44,3 @@ 'use strict';

{
log.error('%s\n at %s:%d', e.message, file.originalPath, e.location.first_line)
log.error('Failed to process "%s".\n %s', file.originalPath, error.message);
done(error, null)

@@ -47,0 +47,0 @@ });

{
"name": "karma-rollup-preprocessor",
"version": "2.0.1",
"version": "2.0.2",
"description": "A rollup preprocessor for Karma",

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

"dependencies": {
"rollup": "^0.24.1"
"rollup": "^0.26.0"
},

@@ -32,6 +32,6 @@ "devDependencies": {

"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"rollup-plugin-babel": "^2.2.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