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

@types/cypress-cucumber-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cypress-cucumber-preprocessor - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

cypress-cucumber-preprocessor/steps/index.d.ts

4

cypress-cucumber-preprocessor/package.json
{
"name": "@types/cypress-cucumber-preprocessor",
"version": "4.0.3",
"version": "4.0.4",
"description": "TypeScript definitions for cypress-cucumber-preprocessor",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor",

"dependencies": {},
"typesPublisherContentHash": "5f807f1d2819ba0a376284dad2e2760b56a872c76d937927fbf2d680601ad6c0",
"typesPublisherContentHash": "e33baadeccaeb524e9be053f751b433d57d72b4fdeb83db11e89947eb63cf209",
"typeScriptVersion": "4.5"
}

@@ -9,29 +9,5 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cypress-cucumber-preprocessor/index.d.ts)
````ts
export default function preprocessor(options?: any): (file: any) => Promise<string>;
/**
* @returns NodeJS.ReadableStream
*/
export function transform(file: any): any;
export interface TableDefinition {
/** Returns the table as a 2-D array. */
raw(): string[][];
/** Returns the table as a 2-D array, without the first row. */
rows(): string[][];
/** Returns an object where each row corresponds to an entry (first column is the key, second column is the value). */
rowsHash(): { [firstCol: string]: string };
/** Returns an array of objects where each row is converted to an object (column header is the key). */
hashes(): Array<{ [colName: string]: string }>;
}
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT
* Last updated: Wed, 18 Oct 2023 18:04:03 GMT
* Dependencies: none

@@ -38,0 +14,0 @@

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