Socket
Socket
Sign inDemoInstall

@cucumber/messages

Package Overview
Dependencies
Maintainers
2
Versions
51
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 17.1.1 to 18.0.0

dist/cjs/package.json

45

package.json
{
"name": "@cucumber/messages",
"version": "17.1.1",
"version": "18.0.0",
"description": "JSON schema-based messages for Cucumber's inter-process communication",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"main": "dist/cjs/src/index.js",
"types": "dist/cjs/src/index.d.ts",
"files": [
"dist/cjs",
"dist/esm"
],
"module": "dist/esm/src/index.js",
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/cjs/src/index.js"
}
},
"repository": {

@@ -14,19 +26,24 @@ "type": "git",

"scripts": {
"build:cjs": "tsc --build tsconfig.build-cjs.json",
"build:esm": "tsc --build tsconfig.build-esm.json",
"build": "npm run build:cjs && npm run build:esm",
"postbuild:cjs": "cp package.cjs.json dist/cjs/package.json",
"prepare": "make src/messages.ts",
"test": "mocha",
"prepublishOnly": "tsc --build tsconfig.build.json"
"test": "mocha && npm run test:cjs",
"test:cjs": "npm run build:cjs && mocha --no-config dist/cjs/test",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/uuid": "8.3.1",
"uuid": "8.3.2",
"class-transformer": "0.4.0",
"reflect-metadata": "0.1.13"
"@types/uuid": "8.3.4",
"class-transformer": "0.5.1",
"reflect-metadata": "0.1.13",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/mocha": "9.0.0",
"@types/node": "14.17.17",
"@types/mocha": "9.1.0",
"@types/node": "16.11.26",
"copyfiles": "2.4.1",
"mocha": "9.1.1",
"ts-node": "10.2.1",
"typescript": "4.4.3"
"mocha": "9.2.2",
"ts-node": "10.7.0",
"typescript": "4.6.2"
},

@@ -33,0 +50,0 @@ "bugs": {

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