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 7.0.6 to 7.0.7

7

CHANGELOG.md
# Change Log
## [7.0.7] - 2021-03-14
### Fixed
- Source map file path regression. [@ntkme](https://github.com/ntkme) [#71](https://github.com/jlmakes/karma-rollup-preprocessor/pull/71)
## [7.0.6] - 2021-02-24

@@ -249,2 +255,3 @@

[7.0.7]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.6...7.0.7
[7.0.6]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.5...7.0.6

@@ -251,0 +258,0 @@ [7.0.5]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.4...7.0.5

8

lib/index.js

@@ -64,6 +64,8 @@ 'use strict'

options.output = Object.assign({}, options.output, {
dir: path.dirname(originalPath)
})
options.output = Object.assign({}, options.output)
if (options.output.dir === undefined && options.output.file === undefined) {
options.output.dir = path.dirname(originalPath)
}
let bundle = await rollup.rollup(options)

@@ -70,0 +72,0 @@ cache.set(originalPath, bundle.cache)

The MIT License
Copyright (C) 2021 [Contributors](https://github.com/jlmakes/karma-rollup-preprocessor/graphs/contributors)
Copyright (C) 2021 [Contributors]

@@ -22,1 +22,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

THE SOFTWARE.
[Contributors]: https://github.com/jlmakes/karma-rollup-preprocessor/graphs/contributors
{
"name": "karma-rollup-preprocessor",
"version": "7.0.6",
"version": "7.0.7",
"description": "Karma preprocessor to bundle ES modules using Rollup",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -132,4 +132,2 @@ <p align="center">

## Support
Supports all Rollup plug-ins, and works on Node `8` and up. Happy bundling!
Happy bundling!
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