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 2.0.1 to 2.0.2

8

cucumber/index.d.ts

@@ -16,6 +16,6 @@ // Type definitions for cucumber-js v2.0.0

export interface TableDefinition {
raw: () => Array<any>;
rows: () => Array<any>;
rowsHash: () => {};
hashes: () => {};
raw: () => Array<Array<string>>;
rows: () => Array<Array<string>>;
rowsHash: () => { [firstCol:string]: string };
hashes: () => Array<{ [colName:string]: string }>;
}

@@ -22,0 +22,0 @@

{
"name": "@types/cucumber",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for cucumber-js",

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

"peerDependencies": {},
"typesPublisherContentHash": "57425973b803c2ffb21ecbfa0b1462a04abf2e9c3db105a6c221d1ff4a149c71",
"typesPublisherContentHash": "10ba5b7826696831243e93edd91fe2c8ac3c4557fb23cb53265f3c37098564bf",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT
* Last updated: Mon, 24 Jul 2017 18:01:45 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