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.7.0 to 1.8.0

2

build/generate-typings-file.d.ts
import { OpenRPCTypingsSupportedLanguages } from "./";
import { OpenRPC } from "@open-rpc/meta-schema";
import { OpenrpcDocument as OpenRPC } from "@open-rpc/meta-schema";
export interface TypingsOptions {

@@ -4,0 +4,0 @@ fileName: string;

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

import { OpenRPC, MethodObject } from "@open-rpc/meta-schema";
import { OpenrpcDocument as OpenRPC, MethodObject } from "@open-rpc/meta-schema";
export declare type GetMethodTypings = (openrpcSchema: OpenRPC) => string;

@@ -3,0 +3,0 @@ export declare type GetMethodAliasName = (method: MethodObject) => string;

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

import { OpenRPC, MethodObject } from "@open-rpc/meta-schema";
import { OpenrpcDocument as OpenRPC, MethodObject } from "@open-rpc/meta-schema";
export declare type OpenRPCTypingsSupportedLanguages = "rust" | "rs" | "typescript" | "ts" | "go" | "golang" | "py" | "python";

@@ -3,0 +3,0 @@ interface OpenRPCTypings {

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

import { OpenRPC } from "@open-rpc/meta-schema";
import { OpenrpcDocument as OpenRPC } from "@open-rpc/meta-schema";
declare const testOpenRPCDocument: OpenRPC;
export default testOpenRPCDocument;

@@ -25,3 +25,2 @@ "use strict";

},
type: "object",
},

@@ -28,0 +27,0 @@ },

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

import { Schema, OpenRPC } from "@open-rpc/meta-schema";
export declare const getSchemasForOpenRPCDocument: (openrpcDocument: OpenRPC) => Schema[];
import { JSONSchema, OpenrpcDocument as OpenRPC } from "@open-rpc/meta-schema";
export declare const getSchemasForOpenRPCDocument: (openrpcDocument: OpenRPC) => JSONSchema[];

@@ -0,1 +1,15 @@

# [1.8.0](https://github.com/open-rpc/typings/compare/1.7.0...1.8.0) (2020-01-16)
### Bug Fixes
* move to dev deps and fix ts issue ([6e66fee](https://github.com/open-rpc/typings/commit/6e66fee1e88f26a5852cca854c0d1b3691dc5d45))
* need more typing with new schema typings ([c7ff819](https://github.com/open-rpc/typings/commit/c7ff8194defe938cb34f1bbef166f07e7679a78c))
* update to latest json-schema-to-typings 1.10.0 ([a145b3f](https://github.com/open-rpc/typings/commit/a145b3f2f7153c7d0f87fb6903a3711ffc24051e))
### Features
* update to new shoes ([2dd940f](https://github.com/open-rpc/typings/commit/2dd940fcd7bb0d4158737c01a030f2ec8388b7d8))
# [1.7.0](https://github.com/open-rpc/typings/compare/1.6.0...1.7.0) (2020-01-07)

@@ -2,0 +16,0 @@

{
"name": "@open-rpc/typings",
"private": false,
"version": "1.7.0",
"version": "1.8.0",
"description": "",

@@ -35,5 +35,4 @@ "main": "build/index.js",

"dependencies": {
"@etclabscore/json-schema-to-types": "^1.7.2",
"@open-rpc/meta-schema": "^1.4.3",
"@open-rpc/schema-utils-js": "^1.11.1",
"@etclabscore/json-schema-to-types": "^1.10.0",
"@open-rpc/schema-utils-js": "^1.12.0",
"commander": "^4.0.1",

@@ -43,2 +42,3 @@ "fs-extra": "^8.0.1"

"devDependencies": {
"@open-rpc/meta-schema": "^1.6.0",
"@types/commander": "^2.12.2",

@@ -50,5 +50,5 @@ "@types/fs-extra": "^8.0.1",

"tslint": "^5.13.1",
"typedoc": "^0.15.0",
"typedoc": "^0.16.0",
"typescript": "^3.5.1"
}
}
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