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 3.0.1 to 3.0.2

LICENSE

10

CHANGELOG.md

@@ -8,2 +8,10 @@ # Change Log

## [3.0.2] - 2016-12-29
### Changed
- Updated `rollup-plugin-buble` dev dependency to latest version.
### Fixed
- Add missing comma to example karma configuration.
## [3.0.1] - 2016-12-03

@@ -67,3 +75,3 @@

[3.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.0...3.0.1
[3.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/2.0.2...3.0.0

@@ -70,0 +78,0 @@ [2.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/2658714f911bac857be4b2d169ea363d33d85050...2.0.2

4

package.json
{
"name": "karma-rollup-preprocessor",
"version": "3.0.1",
"version": "3.0.2",
"description": "Karma preprocessor to bundle ES2015 modules using Rollup",

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

"karma-phantomjs-launcher": "^1.0.0",
"rollup-plugin-buble": "^0.14.0"
"rollup-plugin-buble": "^0.15.0"
},

@@ -40,0 +40,0 @@ "author": "Julian Lloyd",

@@ -64,5 +64,5 @@ <p align="center"><img width="200"src="https://jlmak.es/logos/png/karma-rollup-preprocessor.png?v=1"></p>

],
format: 'iife', // helps prevent naming collisions
moduleName: '<your_project>' // required for 'iife' format
sourceMap: 'inline', // sensible for testing
format: 'iife', // helps prevent naming collisions
moduleName: '<your_project>', // required for 'iife' format
sourceMap: 'inline', // sensible for testing
},

@@ -69,0 +69,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