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

async-test-util

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-test-util - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.eslintrc.json

4

package.json
{
"name": "async-test-util",
"version": "1.1.0",
"version": "1.1.1",
"description": "Util-functions that are be useful in async tests",

@@ -50,3 +50,3 @@ "main": "./dist/lib/index.js",

"cross-env": "5.0.1",
"eslint": "4.2.0",
"eslint": "^4.3.0",
"mocha": "3.4.2",

@@ -53,0 +53,0 @@ "rimraf": "2.6.1"

@@ -74,1 +74,13 @@ /**

export function deepEqual (obj1: any, obj2: any): boolean;
export default {
assertThrows,
clone,
deepEqual,
waitResolveable,
waitUntil,
wait,
waitForever,
runForever
};
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