Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cf-auto

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-auto - npm Package Compare versions

Comparing version 1.1.9 to 1.1.91-f

4

package.json
{
"name": "cf-auto",
"version": "1.1.9",
"version": "1.1.91-f",
"description": "test runner",

@@ -20,3 +20,3 @@ "repository": {

"chai": "^4.1.2",
"chromedriver": "^90.0.0",
"chromedriver": "^91.0.0",
"ecstatic": "^4.1.4",

@@ -23,0 +23,0 @@ "fs-extra": "^8.1.0",

@@ -18,3 +18,3 @@ import { getQueryParam } from "./assist/query.js";

taskList = taskList.filter(task => {
return task.path.indexOf(filter) > -1;
return task.path === filter;
});

@@ -40,7 +40,7 @@ }

document.querySelectorAll('.editor_link').forEach(item => {
item.setAttribute('href','http://localhost:10003/?quesID=' + item.innerText);
item.setAttribute('href', 'http://localhost:10003/?quesID=' + item.innerText);
item.setAttribute('target', '_blank');
});
document.querySelectorAll('.test_link').forEach(item => {
item.setAttribute('href',location.origin + location.pathname + '?filter=' + item.innerText);
item.setAttribute('href', location.origin + location.pathname + '?filter=' + item.innerText);
item.setAttribute('target', '_blank');

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