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.5 to 7.0.6

7

CHANGELOG.md
# Change Log
## [7.0.6] - 2021-02-24
### Fixed
- Source map file paths. [@ntkme](https://github.com/ntkme) [#69](https://github.com/jlmakes/karma-rollup-preprocessor/pull/69)
## [7.0.5] - 2020-03-24

@@ -243,2 +249,3 @@

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

@@ -245,0 +252,0 @@ [7.0.4]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.3...7.0.4

4

lib/index.js

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

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

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

2

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

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "karma-rollup-preprocessor",
"version": "7.0.5",
"version": "7.0.6",
"description": "Karma preprocessor to bundle ES modules using Rollup",

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

<p align="center">
<img src="https://jlmak.es/logos/png/karma-rollup-preprocessor.png?v=1" width="200px" >
<img src="https://jlmakes.com/logos/png/karma-rollup-preprocessor.png?v=1" width="200px" >
</p>

@@ -8,3 +8,3 @@

<p align="center">
<img src="https://jlmak.es/logos/svg/karma+rollup-logotype.svg" width="200px" alt="Karma + Rollup">
<img src="https://jlmakes.com/logos/svg/karma-rollup-logotype.svg" width="200px" alt="Karma + Rollup">
</p>

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