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

@open-rpc/typings

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-rpc/typings - npm Package Compare versions

Comparing version 1.11.2 to 1.11.3

2

build/go.js

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

var utils_1 = require("@json-schema-tools/transpiler/build/utils");
var titleizer_1 = __importDefault(require("@json-schema-tools/transpiler/build/titleizer"));
var titleizer_1 = __importDefault(require("@json-schema-tools/titleizer"));
exports.getMethodAliasName = function (method) {

@@ -22,0 +22,0 @@ return utils_1.languageSafeName(method.name);

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

var utils_2 = require("@json-schema-tools/transpiler/build/utils");
var titleizer_1 = __importDefault(require("@json-schema-tools/transpiler/build/titleizer"));
var titleizer_1 = __importDefault(require("@json-schema-tools/titleizer"));
var generators = {

@@ -16,0 +16,0 @@ go: go_1.default,

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

var utils_1 = require("@json-schema-tools/transpiler/build/utils");
var titleizer_1 = __importDefault(require("@json-schema-tools/transpiler/build/titleizer"));
var titleizer_1 = __importDefault(require("@json-schema-tools/titleizer"));
exports.getMethodAliasName = function (method) {

@@ -22,0 +22,0 @@ return utils_1.languageSafeName(method.name);

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

var utils_1 = require("@json-schema-tools/transpiler/build/utils");
var titleizer_1 = __importDefault(require("@json-schema-tools/transpiler/build/titleizer"));
var titleizer_1 = __importDefault(require("@json-schema-tools/titleizer"));
exports.getMethodAliasName = function (method) {

@@ -22,0 +22,0 @@ return utils_1.languageSafeName(method.name);

@@ -0,1 +1,18 @@

## [1.11.3](https://github.com/open-rpc/typings/compare/1.11.2...1.11.3) (2020-11-17)
### Bug Fixes
* docs deploy ([467c8e9](https://github.com/open-rpc/typings/commit/467c8e9684429f680a481069ffdcf39df40f0cf2))
* put back version ([3415f3a](https://github.com/open-rpc/typings/commit/3415f3af127eea35935b9791c0597e30b4e17efa))
* remove discord link ([27f93f7](https://github.com/open-rpc/typings/commit/27f93f76e4718f81fb45c2fc449733e729065a38))
* remove name ([151753d](https://github.com/open-rpc/typings/commit/151753d1fcf950ccbfe81d9624863b8ef712369a))
* remove nodenv cause it doesnt work ([144659d](https://github.com/open-rpc/typings/commit/144659d66ade22285df0f5c3f3d7795d82aa58bd))
* set ubuntu version explicitly ([46620c9](https://github.com/open-rpc/typings/commit/46620c9e2bd9e94eb5d82d7822be9257b7981e2b))
* take latest for nodenv ([b69a7ae](https://github.com/open-rpc/typings/commit/b69a7aefc08abf7313eea9e54478d85e71d8f7b0))
* update github lint workflow ([f51e0c8](https://github.com/open-rpc/typings/commit/f51e0c83a2bc15edf5936037b07b88e453ffeb2c))
* update readme ([d277c7f](https://github.com/open-rpc/typings/commit/d277c7f8746c45b6f66beb5345538500023f65b8))
* update tests to match tranpiler output ([dae8094](https://github.com/open-rpc/typings/commit/dae80949fd56d22c423d77e357396836e633e234))
* update transpiler to latest ([2484323](https://github.com/open-rpc/typings/commit/2484323aac65318852516a10a2d0c3f6fca71d9a))
## [1.11.2](https://github.com/open-rpc/typings/compare/1.11.1...1.11.2) (2020-08-05)

@@ -2,0 +19,0 @@

{
"name": "@open-rpc/typings",
"private": false,
"version": "1.11.2",
"version": "1.11.3",
"description": "",

@@ -32,3 +32,4 @@ "main": "build/index.js",

"dependencies": {
"@json-schema-tools/transpiler": "^1.4.1",
"@json-schema-tools/titleizer": "^1.0.4",
"@json-schema-tools/transpiler": "^1.6.0",
"@open-rpc/schema-utils-js": "^1.14.0",

@@ -46,4 +47,4 @@ "commander": "^6.0.0",

"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
}
}

@@ -8,3 +8,2 @@ # OpenRPC Typings

<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=open-rpc/typings" />
<img alt="Chat on Discord" src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" />
<img alt="npm" src="https://img.shields.io/npm/dt/@open-rpc/typings.svg" />

@@ -16,2 +15,8 @@ <img alt="GitHub release" src="https://img.shields.io/github/release/open-rpc/typings.svg" />

A tool to produce language-specific typings given an OpenRPC document.
This package will extract the json-schemas from your document, and give you types for them (and language-specific functionality for dealing with data of that json schema type).
Need help or have a question? Join us on [Discord](https://discord.gg/gREUKuF)!
## Installing

@@ -18,0 +23,0 @@

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