Socket
Socket
Sign inDemoInstall

justypes

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

justypes - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/json-rpc.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.1.4](https://github.com/BlackGlory/justypes/compare/v0.1.3...v0.1.4) (2021-07-03)
### Features
* add json-rpc types ([b55468d](https://github.com/BlackGlory/justypes/commit/b55468df2c58a43ae72a76bc9338f7861131e570))
### [0.1.3](https://github.com/BlackGlory/justypes/compare/v0.1.2...v0.1.3) (2021-07-03)

@@ -7,0 +14,0 @@

1

lib/index.d.ts

@@ -5,2 +5,3 @@ export * from './constructor';

export * from './getter';
export * from './json-rpc';
export * from './json';

@@ -7,0 +8,0 @@ export * from './non-empty-array';

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

__exportStar(require("./getter"), exports);
__exportStar(require("./json-rpc"), exports);
__exportStar(require("./json"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./non-empty-array"), exports);

2

package.json
{
"name": "justypes",
"version": "0.1.3",
"version": "0.1.4",
"description": "Dumb types for TypeScript in the real world",

@@ -5,0 +5,0 @@ "keywords": [

@@ -24,2 +24,10 @@ # justypes

- Getter
- JsonRpcId
- JsonRpcParams
- JsonRpcNotification
- JsonRpcRequest
- JsonRpcResponse
- JsonRpcSuccess
- JsonRpcError
- JsonRpcErrorObject
- Json

@@ -26,0 +34,0 @@ - NonEmptyArray

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