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.6 to 0.1.7

lib/awaitable.d.ts

1

lib/index.d.ts
export * from './arrayable';
export * from './awaitable';
export * from './cons';

@@ -3,0 +4,0 @@ export * from './constructor';

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

__exportStar(require("./arrayable"), exports);
__exportStar(require("./awaitable"), exports);
__exportStar(require("./cons"), exports);

@@ -16,0 +17,0 @@ __exportStar(require("./constructor"), exports);

29

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

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

"lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src __tests__",
"test": "jest --config jest.config.js",
"test": "jest --runInBand --config jest.config.js",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",

@@ -38,20 +38,21 @@ "test:coverage": "jest --coverage --config jest.config.js",

"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"@blackglory/pass": "^0.1.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",
"husky": "^4.3.8",
"jest": "^27.2.4",
"jest-extended": "^0.11.5",
"jest": "^27.5.1",
"jest-extended": "^2.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"standard-version": "^9.3.1",
"ts-jest": "^27.0.5",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.3",
"tscpaths": "^0.0.9",
"tsd": "^0.17.0",
"tsd": "^0.19.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
"typescript": "^4.5.5"
}
}

@@ -5,3 +5,2 @@ # justypes

## The difference with [hotypes]
justypes are more like adjectives or nouns.

@@ -12,3 +11,2 @@

## Install
```sh

@@ -21,4 +19,4 @@ npm install --save justypes

## Types
- Arrayable
- Awaitable
- Cons

@@ -25,0 +23,0 @@ - Constructor

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