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

@qawolf/types

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qawolf/types - npm Package Compare versions

Comparing version 0.7.5 to 0.7.6

1

lib/common.d.ts

@@ -5,2 +5,3 @@ export declare type Action = "click" | "type" | "scroll" | "select";

delayMs?: number;
skipClear?: boolean;
};

4

package.json
{
"name": "@qawolf/types",
"description": "qawolf types",
"version": "0.7.5",
"version": "0.7.6",
"license": "BSD-3.0",

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

},
"gitHead": "ed7a68fb816e8fa2581dfa3faa7dedf87fb50ac5"
"gitHead": "173c6ae3e83e5a8a487514a260753f69d0016471"
}

@@ -7,2 +7,3 @@ export type Action = "click" | "type" | "scroll" | "select";

delayMs?: number;
skipClear?: boolean;
};
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