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

aft-core

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aft-core - npm Package Compare versions

Comparing version 5.0.1 to 6.0.1

6

package.json
{
"name": "aft-core",
"version": "5.0.1",
"version": "6.0.1",
"description": "Automation Framework for Testing (AFT) package supporting JavaScript unit, integration and functional testing",

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

"rimraf": "^3.0.2",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
},
"gitHead": "a0ff18600383bfbee442c3fbb6dd1d1401339882"
"gitHead": "87a7f91f381c80753a5f26e0d2b633e3fff81fad"
}

@@ -11,6 +11,6 @@ import { nameof } from "ts-simple-nameof";

}
async getBuildName(): Promise<string> {
override async getBuildName(): Promise<string> {
return `MockBuildName-${rand.getInt(0, 99)}`;
}
async getBuildNumber(): Promise<string> {
override async getBuildNumber(): Promise<string> {
return `MockBuildNumber-${rand.getInt(100, 999)}`;

@@ -17,0 +17,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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