New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

karma-jasmine-web-worker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-jasmine-web-worker - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/adapter.js

@@ -32,3 +32,3 @@ (function(window) {

files = files.filter(function(file){
return file !== "/base/lib/adapter.js";
return !(/lib\/adapter\.js/.test(file));
}).map(function(file){

@@ -35,0 +35,0 @@ return document.origin + file;

{
"name": "karma-jasmine-web-worker",
"version": "0.1.1",
"version": "0.1.2",
"description": "Run Karma and Jasmine tests in a web worker",

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

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