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

3

.eslintrc.js

@@ -10,3 +10,4 @@ module.exports = {

"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": "2017"
},

@@ -13,0 +14,0 @@ "rules": {

{
"name": "cf-auto",
"version": "1.1.5",
"version": "1.1.6",
"description": "test runner",

@@ -5,0 +5,0 @@ "repository": {

@@ -120,6 +120,5 @@ import { deepEqual } from "./tool.js";

export const test = (description, fn) => {
export const test = async (description, fn) => {
try {
const rs = fn(assert);
return (rs && rs.then) ? rs : Promise.resolve();
return await fn(assert);
} catch (error) {

@@ -126,0 +125,0 @@ failedList.push({

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