New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isly

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isly - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/Tuple.d.ts

2

dist/Flaw.d.ts
export interface Flaw {
property?: string;
property?: string | number;
type: string;

@@ -4,0 +4,0 @@ flaws?: Flaw[];

@@ -6,4 +6,5 @@ import { Array, array } from "./Array";

import { String, string } from "./String";
import { Tuple, tuple } from "./Tuple";
import { Type } from "./Type";
import { Union, union } from "./Union";
export { Array, array, Flaw, Number, number, Object, object, String, string, Type, Union, union };
export { Array, array, Flaw, Number, number, Object, object, String, string, Tuple, tuple, Type, Union, union };

@@ -6,5 +6,6 @@ import { array } from "./Array";

import { string } from "./String";
import { tuple } from "./Tuple";
import { Type } from "./Type";
import { union } from "./Union";
export { array, Flaw, number, object, string, Type, union };
export { array, Flaw, number, object, string, tuple, Type, union };
//# sourceMappingURL=index.js.map
export interface Flaw {
property?: string
property?: string | number
type: string

@@ -4,0 +4,0 @@ flaws?: Flaw[]

@@ -6,5 +6,6 @@ import { Array, array } from "./Array"

import { String, string } from "./String"
import { Tuple, tuple } from "./Tuple"
import { Type } from "./Type"
import { Union, union } from "./Union"
export { Array, array, Flaw, Number, number, Object, object, String, string, Type, Union, union }
export { Array, array, Flaw, Number, number, Object, object, String, string, Tuple, tuple, Type, Union, union }
{
"name": "isly",
"version": "0.0.2",
"version": "0.0.3",
"description": "Library for type checking.",

@@ -5,0 +5,0 @@ "author": "Utily Contributors",

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