Socket
Socket
Sign inDemoInstall

conjure-typescript

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conjure-typescript - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

lib/commands/generate/serviceGenerator.js

@@ -49,3 +49,3 @@ "use strict";

docs: ["Constant reference to `undefined` that we expect to get minified and therefore reduce total code size"],
declarations: [{ name: UNDEFINED_CONSTANT, initializer: "undefined" }],
declarations: [{ name: UNDEFINED_CONSTANT, type: "undefined", initializer: "undefined" }],
});

@@ -52,0 +52,0 @@ definition.endpoints.forEach(function (endpointDefinition) {

{
"name": "conjure-typescript",
"version": "4.2.0",
"version": "4.2.1",
"description": "A conjure generator for Typescript",

@@ -21,5 +21,6 @@ "bin": {

"lint-fix": "yarn lint -- --fix --project ./src/tsconfig.json",
"test": "yarn downloadTestServer && yarn generateSpecBindings && yarn generateTestCases && npm-run-all test:unit test:integration",
"test": "yarn downloadTestServer && yarn generateSpecBindings && yarn generateTestCases && npm-run-all test:unit test:integration test:ete",
"test:integration": "./scripts/run-integration-tests.sh",
"test:unit": "jest --config ./jest.config.js --rootDir ./",
"test:ete": "./scripts/ete-test.sh",
"verify": "npm-run-all lint test"

@@ -26,0 +27,0 @@ },

@@ -74,3 +74,3 @@ /**

docs: ["Constant reference to `undefined` that we expect to get minified and therefore reduce total code size"],
declarations: [{ name: UNDEFINED_CONSTANT, initializer: "undefined" }],
declarations: [{ name: UNDEFINED_CONSTANT, type: "undefined", initializer: "undefined" }],
});

@@ -77,0 +77,0 @@ definition.endpoints.forEach(endpointDefinition => {

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