Socket
Socket
Sign inDemoInstall

@cucumber/create-meta

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/create-meta - npm Package Compare versions

Comparing version 2.0.4 to 3.0.0

3

.eslintrc.json

@@ -13,2 +13,3 @@ {

"react",
"import",
"node",

@@ -20,2 +21,3 @@ "@typescript-eslint"

"plugin:react/recommended",
"plugin:import/typescript",
"plugin:@typescript-eslint/eslint-recommended",

@@ -26,2 +28,3 @@ "plugin:@typescript-eslint/recommended",

"rules": {
"import/no-cycle": "error",
"node/no-extraneous-import": "error",

@@ -28,0 +31,0 @@ "@typescript-eslint/ban-ts-ignore": "off",

29

package.json
{
"name": "@cucumber/create-meta",
"version": "2.0.4",
"version": "3.0.0",
"description": "Produce the meta message for Cucumber JavaScript",

@@ -31,16 +31,17 @@ "main": "dist/src/index.js",

"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.25",
"@types/stack-utils": "^2.0.0",
"@types/stream-buffers": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"mocha": "^8.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"source-map-support": "^0.5.19",

@@ -51,5 +52,5 @@ "stream-buffers": "^3.0.2",

"dependencies": {
"@cucumber/messages": "^13.1.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"@cucumber/messages": "^14.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},

@@ -56,0 +57,0 @@ "directories": {

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