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 1.0.0 to 2.0.0

1

lib/index.d.ts

@@ -8,3 +8,2 @@ export * from './arrayable';

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

@@ -11,0 +10,0 @@ export * from './non-empty-array';

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

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

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

12

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

@@ -32,3 +32,3 @@ "keywords": [

"hooks": {
"pre-commit": "run-s lint test",
"pre-commit": "run-s lint build test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"

@@ -38,9 +38,9 @@ }

"devDependencies": {
"@blackglory/pass": "^0.1.0",
"@blackglory/pass": "^1.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"husky": "^4.3.8",

@@ -47,0 +47,0 @@ "jest": "^27.5.1",

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

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

@@ -34,0 +26,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