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

cucumber-messages

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cucumber-messages - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

29

package.json
{
"name": "cucumber-messages",
"version": "3.0.0",
"version": "3.0.1",
"description": "Protocol Buffer messages for Cucumber's inter-process communication",

@@ -11,7 +11,9 @@ "main": "dist/src/index.js",

"scripts": {
"test": "mocha test/**/*.ts",
"test": "mocha",
"lint": "tslint src/**/*.ts test/**/*.ts --exclude src/cucumber-messages.d.ts --exclude dist/src/cucumber-messages.d.ts",
"lint-fix": "tslint --fix src/**/*.ts test/**/*.ts",
"coverage": "nyc --reporter=html --reporter=text mocha test/**/*.ts",
"build": "tsc",
"lint-fix": "tslint --fix src/**/*.ts test/**/*.ts --exclude src/cucumber-messages.d.ts --exclude dist/src/cucumber-messages.d.ts",
"coverage": "nyc --reporter=html --reporter=text mocha",
"pbjs": "pbjs --target static-module --wrap commonjs messages.proto --out src/cucumber-messages.js",
"pbts": "pbts src/cucumber-messages.js > src/cucumber-messages.d.ts",
"build": "tsc && npm run pbjs && npm run pbts && copyfiles src/cucumber-messages.js src/cucumber-messages.d.ts dist",
"prepublishOnly": "npm run build"

@@ -23,13 +25,14 @@ },

"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.9",
"mocha": "^6.1.2",
"nyc": "^14.1.0",
"prettier": "^1.17.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.2",
"copyfiles": "^2.1.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.4.5"
"typescript": "^3.5.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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