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

isly

Package Overview
Dependencies
Maintainers
0
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.1.25 to 0.1.26

arrayBufferLike/index.ts

8

dist/cjs/isly.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.null = exports.undefined = exports.unknown = exports.union = exports.array = exports.Type = exports.tuple = exports.Transformer = exports.string = exports.record = exports.object = exports.number = exports.named = exports.lazy = exports.intersection = exports.function = exports.fromIs = exports.Flaw = exports.boolean = exports.any = void 0;
exports.null = exports.undefined = exports.unknown = exports.union = exports.array = exports.Type = exports.tuple = exports.Transformer = exports.string = exports.record = exports.object = exports.number = exports.named = exports.lazy = exports.intersection = exports.instanceOf = exports.function = exports.fromIs = exports.Flaw = exports.boolean = exports.arrayBufferView = exports.arrayBufferLike = exports.any = void 0;
var any_1 = require("./any");
Object.defineProperty(exports, "any", { enumerable: true, get: function () { return any_1.any; } });
var arrayBufferLike_1 = require("./arrayBufferLike");
Object.defineProperty(exports, "arrayBufferLike", { enumerable: true, get: function () { return arrayBufferLike_1.arrayBufferLike; } });
var arrayBufferView_1 = require("./arrayBufferView");
Object.defineProperty(exports, "arrayBufferView", { enumerable: true, get: function () { return arrayBufferView_1.arrayBufferView; } });
var boolean_1 = require("./boolean");

@@ -14,2 +18,4 @@ Object.defineProperty(exports, "boolean", { enumerable: true, get: function () { return boolean_1.boolean; } });

Object.defineProperty(exports, "function", { enumerable: true, get: function () { return function_1.islyFunction; } });
var instanceOf_1 = require("./instanceOf");
Object.defineProperty(exports, "instanceOf", { enumerable: true, get: function () { return instanceOf_1.instanceOf; } });
var intersection_1 = require("./intersection");

@@ -16,0 +22,0 @@ Object.defineProperty(exports, "intersection", { enumerable: true, get: function () { return intersection_1.intersection; } });

export { any } from "./any";
export { arrayBufferLike } from "./arrayBufferLike";
export { arrayBufferView } from "./arrayBufferView";
export { boolean } from "./boolean";

@@ -6,2 +8,3 @@ export { Flaw } from "./Flaw";

export { islyFunction as function } from "./function";
export { instanceOf } from "./instanceOf";
export { intersection } from "./intersection";

@@ -8,0 +11,0 @@ export { lazy } from "./lazy";

export { any } from "./any";
export { arrayBufferLike } from "./arrayBufferLike";
export { arrayBufferView } from "./arrayBufferView";
export { boolean } from "./boolean";

@@ -6,2 +8,3 @@ export { Flaw } from "./Flaw";

export { islyFunction as function } from "./function";
export { instanceOf } from "./instanceOf";
export { intersection } from "./intersection";

@@ -8,0 +11,0 @@ export { lazy } from "./lazy";

export { any } from "./any"
export { arrayBufferLike } from "./arrayBufferLike"
export { arrayBufferView } from "./arrayBufferView"
export { boolean } from "./boolean"

@@ -6,2 +8,3 @@ export { Flaw } from "./Flaw"

export { islyFunction as function } from "./function"
export { instanceOf } from "./instanceOf"
export { intersection } from "./intersection"

@@ -8,0 +11,0 @@ export { lazy } from "./lazy"

2

package.json
{
"name": "isly",
"version": "0.1.25",
"version": "0.1.26",
"description": "Library for type checking.",

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

Sorry, the diff of this file is not supported yet

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