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 19.1.2 to 19.1.3

1

dist/cjs/package.json
{
"name": "@cucumber/messages",
"type": "commonjs"
}

2

dist/cjs/src/version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "19.1.2";
export declare const version = "19.1.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
// This file is generated using `make src/version.ts` or `make .codegen`
exports.version = '19.1.2';
// This file is automatically generated using npm scripts
exports.version = '19.1.3';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "19.1.2";
export declare const version = "19.1.3";
//# sourceMappingURL=version.d.ts.map

@@ -1,3 +0,3 @@

// This file is generated using `make src/version.ts` or `make .codegen`
export const version = '19.1.2';
// This file is automatically generated using npm scripts
export const version = '19.1.3';
//# sourceMappingURL=version.js.map
{
"name": "@cucumber/messages",
"version": "19.1.2",
"version": "19.1.3",
"description": "JSON schema-based messages for Cucumber's inter-process communication",

@@ -27,10 +27,12 @@ "type": "module",

"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"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",
"copy-schemas": "shx rm -rf ./schema/*.json && shx cp ../jsonschema/*.json ./schema",
"prepare": "make generate",
"test": "mocha && npm run test:cjs",
"test:cjs": "npm run build:cjs && mocha --no-config dist/cjs/test",
"prepublishOnly": "npm run build"
"version": "shx echo \"// This file is automatically generated using npm scripts\" > src/version.ts && echo \"export const version = '${npm_package_version}'\" >> src/version.ts",
"prepublishOnly": "npm run build && npm run copy-schemas"
},

@@ -45,7 +47,8 @@ "dependencies": {

"@types/mocha": "9.1.1",
"@types/node": "16.11.41",
"@types/node": "16.11.59",
"copyfiles": "2.4.1",
"mocha": "10.0.0",
"ts-node": "10.8.1",
"typescript": "4.7.4"
"shx": "^0.3.4",
"ts-node": "10.9.1",
"typescript": "4.8.3"
},

@@ -52,0 +55,0 @@ "bugs": {

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

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