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 3.1.1 to 3.2.0

4

package.json
{
"name": "conjure-typescript",
"version": "3.1.1",
"version": "3.2.0",
"description": "A conjure generator for Typescript",

@@ -29,3 +29,3 @@ "bin": {

"commander": "^2.15.1",
"conjure-api": "^0.4.3",
"conjure-api": "^4.0.4",
"conjure-client": "^1.2.0",

@@ -32,0 +32,0 @@ "fs-extra": "^5.0.0",

# conjure-typescript
conjure-typescript is a [Conjure](https://github.com/palantir/conjure) generator for TypeScript, written in TypeScript.
conjure-typescript is a [Conjure](https://github.com/palantir/conjure) generator for TypeScript, written in TypeScript.
## Overview
conjure-typescript is tool that allows you to generate TypeScript clients for a Conjure-defined API.
conjure-typescript is tool that allows you to generate TypeScript clients for a Conjure-defined API.
The generated clients provide a simple Promise based interface for executing strongly typed remote procedure calls from

@@ -47,4 +47,10 @@ the browser or server.

## SemVer releases
This project is versioned according to [SemVer](https://semver.org/). We consider the generated code to be part of the 'public API' of conjure-typescript, i.e. TypeScript generated by old conjure-typescript and new conjure-typescript (within a major version) should be compatible, so your consumers should be able to upgrade without compilation problems.
We also consider the command line interface and feature flags to be public API.
## Contributing
See the [CONTRIBUTING.md](./CONTRIBUTING.md) document.
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