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

prescript

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

prescript - npm Package Compare versions

Comparing version 0.720.2 to 0.720.6

7

lib/cli.js

@@ -175,3 +175,8 @@ const co = require('co')

}
yield runTestWhileConditionMet(() => !(tester.getCurrentStepNumber() === String(args.stepNumber)))
const matchCondition = () => {
const currentStep = tester.getCurrentStepNumber()
const targetStep = String(args.stepNumber)
return `${currentStep}.`.startsWith(`${targetStep}.`)
}
yield runTestWhileConditionMet(() => !matchCondition())
}), callback)

@@ -178,0 +183,0 @@ })

2

package.json
{
"name": "prescript",
"version": "0.720.2",
"version": "0.720.6",
"description": "Object-oriented acceptance test tool",

@@ -5,0 +5,0 @@ "main": "index.js",

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