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

justypes

Package Overview
Dependencies
Maintainers
1
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.0.0 to 4.1.0

lib/fixed-length-array.d.ts

1

lib/index.d.ts

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

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

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

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

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

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

2

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

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

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

- Dictionary
- FixedLengthArray
- Falsy

@@ -24,0 +25,0 @@ - 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