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

@types/cucumber

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cucumber - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

1

cucumber/index.d.ts

@@ -63,2 +63,3 @@ // Type definitions for cucumber-js 4.0

export function defineStep(pattern: RegExp | string, code: StepDefinitionCode): void;
export function defineStep(pattern: RegExp | string, options: StepDefinitionOptions, code: StepDefinitionCode): void;

@@ -65,0 +66,0 @@ export function Given(pattern: RegExp | string, code: StepDefinitionCode): void;

4

cucumber/package.json
{
"name": "@types/cucumber",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for cucumber-js",

@@ -40,4 +40,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f1ca38dd7cb69d716561b7223a4a3701f7e64829c1d9ccefd652901603e94e44",
"typesPublisherContentHash": "9182347a8ae0840d9916cfaa8b057c664e433acdb1fcc678254ad2143a745401",
"typeScriptVersion": "2.4"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 29 Jan 2018 21:19:39 GMT
* Last updated: Tue, 13 Feb 2018 20:54:39 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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