Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

justypes

Package Overview
Dependencies
Maintainers
0
Versions
25
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 4.2.1 to 4.3.0

lib/matrix.d.ts

1

lib/index.d.ts

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

export * from './fixed-length-array';
export * from './matrix';
export * from './falsy';

@@ -9,0 +10,0 @@ export * from './getter';

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

__exportStar(require("./fixed-length-array"), exports);
__exportStar(require("./matrix"), exports);
__exportStar(require("./falsy"), exports);

@@ -25,0 +26,0 @@ __exportStar(require("./getter"), exports);

2

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

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

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

- FixedLengthArray
- Matrix
- Falsy

@@ -25,0 +26,0 @@ - Getter

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

export * from './fixed-length-array'
export * from './matrix'
export * from './falsy'

@@ -9,0 +10,0 @@ export * from './getter'

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