Socket
Socket
Sign inDemoInstall

justypes

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

lib/cons.d.ts

7

CHANGELOG.md

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

### [0.1.5](https://github.com/BlackGlory/justypes/compare/v0.1.4...v0.1.5) (2021-07-04)
### Features
* add Cons ([881b87a](https://github.com/BlackGlory/justypes/commit/881b87a613b3db84ab8019ba9edb6f0aba1be004))
### [0.1.4](https://github.com/BlackGlory/justypes/compare/v0.1.3...v0.1.4) (2021-07-03)

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

1

lib/index.d.ts

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

export * from './cons';
export * from './constructor';

@@ -2,0 +3,0 @@ export * from './dictionary';

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./cons"), exports);
__exportStar(require("./constructor"), exports);

@@ -15,0 +16,0 @@ __exportStar(require("./dictionary"), exports);

2

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

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

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

- Cons
- Constructor

@@ -22,0 +23,0 @@ - Dictionary

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc