Socket
Socket
Sign inDemoInstall

@cucumber/gherkin-utils

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/gherkin-utils - npm Package Compare versions

Comparing version 5.1.0 to 6.0.0

20

package.json
{
"name": "@cucumber/gherkin-utils",
"version": "5.1.0",
"version": "6.0.0",
"description": "Various Gherkin utilities",

@@ -25,15 +25,15 @@ "main": "dist/src/index.js",

"devDependencies": {
"@cucumber/gherkin": "^19.0.3",
"@cucumber/gherkin-streams": "^2.0.2",
"@cucumber/message-streams": "^2.0.0",
"@types/glob": "7.1.3",
"@types/mocha": "8.2.2",
"@types/node": "15.6.1",
"@cucumber/gherkin": "^20.0.0",
"@cucumber/gherkin-streams": "^3.0.0",
"@cucumber/message-streams": "^3.0.0",
"@types/glob": "7.1.4",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"glob": "7.1.7",
"mocha": "8.4.0",
"mocha": "9.0.2",
"ts-node": "10.0.0",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"dependencies": {
"@cucumber/messages": "^16.0.1",
"@cucumber/messages": "^17.0.0",
"@teppeis/multimaps": "2.0.0"

@@ -40,0 +40,0 @@ },

@@ -77,3 +77,3 @@ import * as messages from '@cucumber/messages'

const pickleIdsByAstNodeId = this.pickleIdsMapByUri.get(uri)
if(!pickleIdsByAstNodeId) {
if (!pickleIdsByAstNodeId) {
throw new Error(`No pickleIds for uri=${uri}`)

@@ -80,0 +80,0 @@ }

Sorry, the diff of this file is not supported yet

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