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

@typedash/typedash

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typedash/typedash - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/cjs/Array/rotateLeft.d.ts

4

dist/cjs/Apply/_external.d.ts

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

export { sequenceS, sequenceT } from 'fp-ts/Apply';
export type { Apply } from 'fp-ts/Apply';
export { sequenceS, sequenceT, ap, apFirst, apS, apSecond, getApplySemigroup, } from 'fp-ts/Apply';
export type { Apply, Apply1, Apply2, Apply2C, Apply3, Apply3C, Apply4, } from 'fp-ts/Apply';

@@ -10,3 +10,3 @@ "use strict";

exports.__esModule = true;
exports.sequenceT = exports.sequenceS = void 0;
exports.getApplySemigroup = exports.apSecond = exports.apS = exports.apFirst = exports.ap = exports.sequenceT = exports.sequenceS = void 0;
// https://gcanti.github.io/fp-ts/modules/Apply.ts.html

@@ -16,2 +16,7 @@ var Apply_1 = require("fp-ts/Apply");

__createBinding(exports, Apply_1, "sequenceT");
__createBinding(exports, Apply_1, "ap");
__createBinding(exports, Apply_1, "apFirst");
__createBinding(exports, Apply_1, "apS");
__createBinding(exports, Apply_1, "apSecond");
__createBinding(exports, Apply_1, "getApplySemigroup");
//# sourceMappingURL=_external.js.map

@@ -1,9 +0,9 @@

export { append, appendW, chain, chop, chunksOf, concat, concatW, copy, difference, dropLeft, dropLeftWhile, dropRight, duplicate, elem, // R.includes (but with Eq)
export { alt, altW, ap, apFirst, append, appendW, apS, apSecond, bind, bindTo, chain, chainFirst, chainRecBreadthFirst, chainRecDepthFirst, chainWithIndex, chop, chunksOf, compact, comprehension, concat, concatW, copy, deleteAt, difference, Do, dropLeft, dropLeftWhile, dropRight, duplicate, elem, // R.includes (but with Eq)
every, // R.all,
exists, // R.any,
filter, filterMap, filterMapWithIndex, filterWithIndex, findFirst, findFirstMap, findIndex, findLast, findLastIndex, findLastMap, flatten, foldMap, fromPredicate, head, init, intersection, intersperse, isEmpty, isNonEmpty, last, lookup, // R.nth,
makeBy, map, mapWithIndex, match, modifyAt, of, prepend, prependAll, prependW, reduce, reduceWithIndex, replicate, // R.repeat
reverse, size, sortBy as sortByOrd, splitAt, tail, takeLeft, takeLeftWhile, takeRight, union, zip, zipWith, updateAt, uniq as uniqEq, } from 'fp-ts/Array';
export { countBy, dropAt, endsWith, join, reject, slice, startsWith, sum, without, zipAll, } from 'fp-ts-std/Array';
extend, filter, filterE, filterMap, filterMapWithIndex, filterWithIndex, findFirst, findFirstMap, findIndex, findLast, findLastIndex, findLastMap, flap, flatten, foldLeft, foldMap, foldMapWithIndex, foldRight, fromEither, fromEitherK, fromOption, fromOptionK, fromPredicate, getDifferenceMagma, getEq, getIntersectionSemigroup, getMonoid, getOrd, getSemigroup, getShow, getUnionMonoid, getUnionSemigroup, guard, head, init, insertAt, intercalate, intersection, intersperse, isEmpty, isNonEmpty, isOutOfBound, last, lefts, lookup, // R.nth,
makeBy, map, mapWithIndex, match, matchLeft, matchLeftW, matchRight, matchRightW, matchW, modifyAt, of, partition, partitionMap, partitionMapWithIndex, partitionWithIndex, prepend, prependAll, prependW, reduce, reduceRight, reduceRightWithIndex, reduceWithIndex, replicate, // R.repeat
reverse, rights, rotate, scanLeft, scanRight, separate, sequence, size, some, sort as sortOrd, sortBy as sortByOrd, spanLeft, splitAt, tail, takeLeft, takeLeftWhile, takeRight, traverse, traverseWithIndex, unfold, union, uniq as uniqEq, unsafeDeleteAt, unsafeInsertAt, unsafeUpdateAt, unzip, updateAt, wilt, wither, zero, zip, zipWith, } from 'fp-ts/Array';
export { aperture, cartesian, countBy, dropAt, dropRepeats, dropRightWhile, elemV, endsWith, extractAt, filterA, getDisorderedEq, insertMany, join, maximum, mean, median, minimum, moveFrom, moveTo, none, pluckFirst, product, reduceRightWhile, reduceWhile, reject, slice, startsWith, sum, symmetricDifference, takeRightWhile, transpose, upsert, without, zipAll, } from 'fp-ts-std/Array';
export { includes, sort, sortBy, groupWith, groupBy, uniq, uniqBy } from 'ramda';
export { included, lengthEq, lengthGt, lengthGte, lengthLt, lengthLte, lengthNotEq, isNotEmpty, } from 'ramda-adjunct';

@@ -10,15 +10,33 @@ "use strict";

exports.__esModule = true;
exports.reverse = exports.replicate = exports.reduceWithIndex = exports.reduce = exports.prependW = exports.prependAll = exports.prepend = exports.of = exports.modifyAt = exports.match = exports.mapWithIndex = exports.map = exports.makeBy = exports.lookup = exports.last = exports.isNonEmpty = exports.isEmpty = exports.intersperse = exports.intersection = exports.init = exports.head = exports.fromPredicate = exports.foldMap = exports.flatten = exports.findLastMap = exports.findLastIndex = exports.findLast = exports.findIndex = exports.findFirstMap = exports.findFirst = exports.filterWithIndex = exports.filterMapWithIndex = exports.filterMap = exports.filter = exports.exists = exports.every = exports.elem = exports.duplicate = exports.dropRight = exports.dropLeftWhile = exports.dropLeft = exports.difference = exports.copy = exports.concatW = exports.concat = exports.chunksOf = exports.chop = exports.chain = exports.appendW = exports.append = void 0;
exports.isNotEmpty = exports.lengthNotEq = exports.lengthLte = exports.lengthLt = exports.lengthGte = exports.lengthGt = exports.lengthEq = exports.included = exports.uniqBy = exports.uniq = exports.groupBy = exports.groupWith = exports.sortBy = exports.sort = exports.includes = exports.zipAll = exports.without = exports.sum = exports.startsWith = exports.slice = exports.reject = exports.join = exports.endsWith = exports.dropAt = exports.countBy = exports.uniqEq = exports.updateAt = exports.zipWith = exports.zip = exports.union = exports.takeRight = exports.takeLeftWhile = exports.takeLeft = exports.tail = exports.splitAt = exports.sortByOrd = exports.size = void 0;
exports.foldRight = exports.foldMapWithIndex = exports.foldMap = exports.foldLeft = exports.flatten = exports.flap = exports.findLastMap = exports.findLastIndex = exports.findLast = exports.findIndex = exports.findFirstMap = exports.findFirst = exports.filterWithIndex = exports.filterMapWithIndex = exports.filterMap = exports.filterE = exports.filter = exports.extend = exports.exists = exports.every = exports.elem = exports.duplicate = exports.dropRight = exports.dropLeftWhile = exports.dropLeft = exports.Do = exports.difference = exports.deleteAt = exports.copy = exports.concatW = exports.concat = exports.comprehension = exports.compact = exports.chunksOf = exports.chop = exports.chainWithIndex = exports.chainRecDepthFirst = exports.chainRecBreadthFirst = exports.chainFirst = exports.chain = exports.bindTo = exports.bind = exports.apSecond = exports.apS = exports.appendW = exports.append = exports.apFirst = exports.ap = exports.altW = exports.alt = void 0;
exports.replicate = exports.reduceWithIndex = exports.reduceRightWithIndex = exports.reduceRight = exports.reduce = exports.prependW = exports.prependAll = exports.prepend = exports.partitionWithIndex = exports.partitionMapWithIndex = exports.partitionMap = exports.partition = exports.of = exports.modifyAt = exports.matchW = exports.matchRightW = exports.matchRight = exports.matchLeftW = exports.matchLeft = exports.match = exports.mapWithIndex = exports.map = exports.makeBy = exports.lookup = exports.lefts = exports.last = exports.isOutOfBound = exports.isNonEmpty = exports.isEmpty = exports.intersperse = exports.intersection = exports.intercalate = exports.insertAt = exports.init = exports.head = exports.guard = exports.getUnionSemigroup = exports.getUnionMonoid = exports.getShow = exports.getSemigroup = exports.getOrd = exports.getMonoid = exports.getIntersectionSemigroup = exports.getEq = exports.getDifferenceMagma = exports.fromPredicate = exports.fromOptionK = exports.fromOption = exports.fromEitherK = exports.fromEither = void 0;
exports.moveFrom = exports.minimum = exports.median = exports.mean = exports.maximum = exports.join = exports.insertMany = exports.getDisorderedEq = exports.filterA = exports.extractAt = exports.endsWith = exports.elemV = exports.dropRightWhile = exports.dropRepeats = exports.dropAt = exports.countBy = exports.cartesian = exports.aperture = exports.zipWith = exports.zip = exports.zero = exports.wither = exports.wilt = exports.updateAt = exports.unzip = exports.unsafeUpdateAt = exports.unsafeInsertAt = exports.unsafeDeleteAt = exports.uniqEq = exports.union = exports.unfold = exports.traverseWithIndex = exports.traverse = exports.takeRight = exports.takeLeftWhile = exports.takeLeft = exports.tail = exports.splitAt = exports.spanLeft = exports.sortByOrd = exports.sortOrd = exports.some = exports.size = exports.sequence = exports.separate = exports.scanRight = exports.scanLeft = exports.rotate = exports.rights = exports.reverse = void 0;
exports.isNotEmpty = exports.lengthNotEq = exports.lengthLte = exports.lengthLt = exports.lengthGte = exports.lengthGt = exports.lengthEq = exports.included = exports.uniqBy = exports.uniq = exports.groupBy = exports.groupWith = exports.sortBy = exports.sort = exports.includes = exports.zipAll = exports.without = exports.upsert = exports.transpose = exports.takeRightWhile = exports.symmetricDifference = exports.sum = exports.startsWith = exports.slice = exports.reject = exports.reduceWhile = exports.reduceRightWhile = exports.product = exports.pluckFirst = exports.none = exports.moveTo = void 0;
// https://gcanti.github.io/fp-ts/modules/Array.ts.html
var Array_1 = require("fp-ts/Array");
__createBinding(exports, Array_1, "alt");
__createBinding(exports, Array_1, "altW");
__createBinding(exports, Array_1, "ap");
__createBinding(exports, Array_1, "apFirst");
__createBinding(exports, Array_1, "append");
__createBinding(exports, Array_1, "appendW");
__createBinding(exports, Array_1, "apS");
__createBinding(exports, Array_1, "apSecond");
__createBinding(exports, Array_1, "bind");
__createBinding(exports, Array_1, "bindTo");
__createBinding(exports, Array_1, "chain");
__createBinding(exports, Array_1, "chainFirst");
__createBinding(exports, Array_1, "chainRecBreadthFirst");
__createBinding(exports, Array_1, "chainRecDepthFirst");
__createBinding(exports, Array_1, "chainWithIndex");
__createBinding(exports, Array_1, "chop");
__createBinding(exports, Array_1, "chunksOf");
__createBinding(exports, Array_1, "compact");
__createBinding(exports, Array_1, "comprehension");
__createBinding(exports, Array_1, "concat");
__createBinding(exports, Array_1, "concatW");
__createBinding(exports, Array_1, "copy");
__createBinding(exports, Array_1, "deleteAt");
__createBinding(exports, Array_1, "difference");
__createBinding(exports, Array_1, "Do");
__createBinding(exports, Array_1, "dropLeft");

@@ -31,3 +49,5 @@ __createBinding(exports, Array_1, "dropLeftWhile");

__createBinding(exports, Array_1, "exists");
__createBinding(exports, Array_1, "extend");
__createBinding(exports, Array_1, "filter");
__createBinding(exports, Array_1, "filterE");
__createBinding(exports, Array_1, "filterMap");

@@ -42,7 +62,27 @@ __createBinding(exports, Array_1, "filterMapWithIndex");

__createBinding(exports, Array_1, "findLastMap");
__createBinding(exports, Array_1, "flap");
__createBinding(exports, Array_1, "flatten");
__createBinding(exports, Array_1, "foldLeft");
__createBinding(exports, Array_1, "foldMap");
__createBinding(exports, Array_1, "foldMapWithIndex");
__createBinding(exports, Array_1, "foldRight");
__createBinding(exports, Array_1, "fromEither");
__createBinding(exports, Array_1, "fromEitherK");
__createBinding(exports, Array_1, "fromOption");
__createBinding(exports, Array_1, "fromOptionK");
__createBinding(exports, Array_1, "fromPredicate");
__createBinding(exports, Array_1, "getDifferenceMagma");
__createBinding(exports, Array_1, "getEq");
__createBinding(exports, Array_1, "getIntersectionSemigroup");
__createBinding(exports, Array_1, "getMonoid");
__createBinding(exports, Array_1, "getOrd");
__createBinding(exports, Array_1, "getSemigroup");
__createBinding(exports, Array_1, "getShow");
__createBinding(exports, Array_1, "getUnionMonoid");
__createBinding(exports, Array_1, "getUnionSemigroup");
__createBinding(exports, Array_1, "guard");
__createBinding(exports, Array_1, "head");
__createBinding(exports, Array_1, "init");
__createBinding(exports, Array_1, "insertAt");
__createBinding(exports, Array_1, "intercalate");
__createBinding(exports, Array_1, "intersection");

@@ -52,3 +92,5 @@ __createBinding(exports, Array_1, "intersperse");

__createBinding(exports, Array_1, "isNonEmpty");
__createBinding(exports, Array_1, "isOutOfBound");
__createBinding(exports, Array_1, "last");
__createBinding(exports, Array_1, "lefts");
__createBinding(exports, Array_1, "lookup");

@@ -59,4 +101,13 @@ __createBinding(exports, Array_1, "makeBy");

__createBinding(exports, Array_1, "match");
__createBinding(exports, Array_1, "matchLeft");
__createBinding(exports, Array_1, "matchLeftW");
__createBinding(exports, Array_1, "matchRight");
__createBinding(exports, Array_1, "matchRightW");
__createBinding(exports, Array_1, "matchW");
__createBinding(exports, Array_1, "modifyAt");
__createBinding(exports, Array_1, "of");
__createBinding(exports, Array_1, "partition");
__createBinding(exports, Array_1, "partitionMap");
__createBinding(exports, Array_1, "partitionMapWithIndex");
__createBinding(exports, Array_1, "partitionWithIndex");
__createBinding(exports, Array_1, "prepend");

@@ -66,7 +117,18 @@ __createBinding(exports, Array_1, "prependAll");

__createBinding(exports, Array_1, "reduce");
__createBinding(exports, Array_1, "reduceRight");
__createBinding(exports, Array_1, "reduceRightWithIndex");
__createBinding(exports, Array_1, "reduceWithIndex");
__createBinding(exports, Array_1, "replicate");
__createBinding(exports, Array_1, "reverse");
__createBinding(exports, Array_1, "rights");
__createBinding(exports, Array_1, "rotate");
__createBinding(exports, Array_1, "scanLeft");
__createBinding(exports, Array_1, "scanRight");
__createBinding(exports, Array_1, "separate");
__createBinding(exports, Array_1, "sequence");
__createBinding(exports, Array_1, "size");
__createBinding(exports, Array_1, "some");
__createBinding(exports, Array_1, "sort", "sortOrd");
__createBinding(exports, Array_1, "sortBy", "sortByOrd");
__createBinding(exports, Array_1, "spanLeft");
__createBinding(exports, Array_1, "splitAt");

@@ -77,12 +139,42 @@ __createBinding(exports, Array_1, "tail");

__createBinding(exports, Array_1, "takeRight");
__createBinding(exports, Array_1, "traverse");
__createBinding(exports, Array_1, "traverseWithIndex");
__createBinding(exports, Array_1, "unfold");
__createBinding(exports, Array_1, "union");
__createBinding(exports, Array_1, "uniq", "uniqEq");
__createBinding(exports, Array_1, "unsafeDeleteAt");
__createBinding(exports, Array_1, "unsafeInsertAt");
__createBinding(exports, Array_1, "unsafeUpdateAt");
__createBinding(exports, Array_1, "unzip");
__createBinding(exports, Array_1, "updateAt");
__createBinding(exports, Array_1, "wilt");
__createBinding(exports, Array_1, "wither");
__createBinding(exports, Array_1, "zero");
__createBinding(exports, Array_1, "zip");
__createBinding(exports, Array_1, "zipWith");
__createBinding(exports, Array_1, "updateAt");
__createBinding(exports, Array_1, "uniq", "uniqEq");
var Array_2 = require("fp-ts-std/Array");
__createBinding(exports, Array_2, "aperture");
__createBinding(exports, Array_2, "cartesian");
__createBinding(exports, Array_2, "countBy");
__createBinding(exports, Array_2, "dropAt");
__createBinding(exports, Array_2, "dropRepeats");
__createBinding(exports, Array_2, "dropRightWhile");
__createBinding(exports, Array_2, "elemV");
__createBinding(exports, Array_2, "endsWith");
__createBinding(exports, Array_2, "extractAt");
__createBinding(exports, Array_2, "filterA");
__createBinding(exports, Array_2, "getDisorderedEq");
__createBinding(exports, Array_2, "insertMany");
__createBinding(exports, Array_2, "join");
__createBinding(exports, Array_2, "maximum");
__createBinding(exports, Array_2, "mean");
__createBinding(exports, Array_2, "median");
__createBinding(exports, Array_2, "minimum");
__createBinding(exports, Array_2, "moveFrom");
__createBinding(exports, Array_2, "moveTo");
__createBinding(exports, Array_2, "none");
__createBinding(exports, Array_2, "pluckFirst");
__createBinding(exports, Array_2, "product");
__createBinding(exports, Array_2, "reduceRightWhile");
__createBinding(exports, Array_2, "reduceWhile");
__createBinding(exports, Array_2, "reject");

@@ -92,2 +184,6 @@ __createBinding(exports, Array_2, "slice");

__createBinding(exports, Array_2, "sum");
__createBinding(exports, Array_2, "symmetricDifference");
__createBinding(exports, Array_2, "takeRightWhile");
__createBinding(exports, Array_2, "transpose");
__createBinding(exports, Array_2, "upsert");
__createBinding(exports, Array_2, "without");

@@ -94,0 +190,0 @@ __createBinding(exports, Array_2, "zipAll");

export * from './_external';
export * from './partitionAll';
export * from './rotate';
export * from './rotateLeft';
export * from './shuffle';
export * from './shuffleWithSeed';

@@ -15,5 +15,5 @@ "use strict";

__exportStar(require("./partitionAll"), exports);
__exportStar(require("./rotate"), exports);
__exportStar(require("./rotateLeft"), exports);
__exportStar(require("./shuffle"), exports);
__exportStar(require("./shuffleWithSeed"), exports);
//# sourceMappingURL=index.js.map

@@ -32,2 +32,3 @@ /**

export * as TE from './TaskEither';
export * as TO from './TaskOption';
export * as U from './Undefined';

@@ -36,3 +36,3 @@ "use strict";

exports.__esModule = true;
exports.U = exports.TE = exports.T = exports.S = exports.Semi = exports.RA = exports.R = exports.PRED = exports.P = exports.ORD = exports.O = exports.NEA = exports.N = exports.L = exports.J = exports.E = exports.DATE = exports.B = exports.AP = exports.A = void 0;
exports.U = exports.TO = exports.TE = exports.T = exports.S = exports.Semi = exports.RA = exports.R = exports.PRED = exports.P = exports.ORD = exports.O = exports.NEA = exports.N = exports.L = exports.J = exports.E = exports.DATE = exports.B = exports.AP = exports.A = void 0;
__exportStar(require("./function"), exports);

@@ -58,3 +58,4 @@ exports.A = __importStar(require("./Array"));

exports.TE = __importStar(require("./TaskEither"));
exports.TO = __importStar(require("./TaskOption"));
exports.U = __importStar(require("./Undefined"));
//# sourceMappingURL=index.js.map
export { Ord, empty, endsWith, Eq, includes, isEmpty, isString, replace, size, slice, split, startsWith, toLowerCase, toUpperCase, trim, trimLeft, trimRight, } from 'fp-ts/string';
export { append, dropLeft, dropLeftWhile, dropRight, dropRightWhile, fromNumber, head, init, isAlpha, isAlphaNum, isLower, isUpper, last, lines, lookup, match, matchAll, prepend, replaceAll, reverse, splitAt, surround, tail, takeLeft, takeLeftWhile, takeRight, takeRightWhile, test, unappend, under, unlines, unprepend, unsurround, } from 'fp-ts-std/String';
export { append, dropLeft, dropLeftWhile, dropRight, dropRightWhile, fromNumber, head, init, isAlpha, isAlphaNum, isLower, isUpper, last, lines, lookup, match, matchAll, prepend, replaceAll, reverse, splitAt, surround, tail, takeLeft, takeLeftWhile, takeRight, takeRightWhile, test, unappend, under, unlines, unprepend, unsurround, isSpace, } from 'fp-ts-std/String';
export { equals, concat } from 'ramda';
export { toInteger } from 'lodash/fp';

@@ -11,3 +11,3 @@ "use strict";

exports.unsurround = exports.unprepend = exports.unlines = exports.under = exports.unappend = exports.test = exports.takeRightWhile = exports.takeRight = exports.takeLeftWhile = exports.takeLeft = exports.tail = exports.surround = exports.splitAt = exports.reverse = exports.replaceAll = exports.prepend = exports.matchAll = exports.match = exports.lookup = exports.lines = exports.last = exports.isUpper = exports.isLower = exports.isAlphaNum = exports.isAlpha = exports.init = exports.head = exports.fromNumber = exports.dropRightWhile = exports.dropRight = exports.dropLeftWhile = exports.dropLeft = exports.append = exports.trimRight = exports.trimLeft = exports.trim = exports.toUpperCase = exports.toLowerCase = exports.startsWith = exports.split = exports.slice = exports.size = exports.replace = exports.isString = exports.isEmpty = exports.includes = exports.Eq = exports.endsWith = exports.empty = exports.Ord = void 0;
exports.toInteger = exports.concat = exports.equals = void 0;
exports.toInteger = exports.concat = exports.equals = exports.isSpace = void 0;
// https://gcanti.github.io/fp-ts/modules/string.ts.html

@@ -67,2 +67,3 @@ var string_1 = require("fp-ts/string");

__createBinding(exports, String_1, "unsurround");
__createBinding(exports, String_1, "isSpace");
var ramda_1 = require("ramda");

@@ -69,0 +70,0 @@ __createBinding(exports, ramda_1, "equals");

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

export { ap, apW, bimap, mapLeft, map, chain, chainW, of, throwError, apFirst, apFirstW, apSecond, apSecondW, chainEitherK, chainEitherKW, chainFirst, chainFirstEitherK, chainFirstEitherKW, chainFirstIOK, chainFirstTaskK, chainFirstW, chainIOEitherK, chainIOEitherKW, chainIOK, chainOptionK, chainTaskK, chainTaskOptionK, chainTaskOptionKW, filterOrElse, filterOrElseW, flap, flatten, flattenW, fromEitherK, fromIOEitherK, fromIOK, fromOptionK, fromTaskK, fromTaskOptionK, orElse, orElseFirst, orElseFirstIOK, orElseFirstTaskK, orElseFirstW, orElseW, orLeft, swap, fromPredicate, left, leftIO, leftTask, right, rightIO, rightTask, fold, foldW, getOrElse, getOrElseW, match, matchE, matchEW, matchW, ApplicativePar, ApplicativeSeq, ApplyPar, ApplySeq, chainNullableK, fromNullable, fromNullableK, toUnion, tryCatch, tryCatchK, fromEither, fromIO, fromIOEither, fromOption, fromTaskOption, ApT, Do, apS, apSW, bind, bindTo, bindW, bracket, bracketW, sequenceArray, sequenceSeqArray, taskify, traverseArray, traverseArrayWithIndex, traverseReadonlyArrayWithIndex, traverseReadonlyArrayWithIndexSeq, traverseReadonlyNonEmptyArrayWithIndex, traverseReadonlyNonEmptyArrayWithIndexSeq, traverseSeqArray, traverseSeqArrayWithIndex, } from 'fp-ts/TaskEither';
export { alt, altW, ap, apW, bimap, mapLeft, map, chain, chainW, of, throwError, apFirst, apFirstW, apSecond, apSecondW, chainEitherK, chainEitherKW, chainFirst, chainFirstEitherK, chainFirstEitherKW, chainFirstIOK, chainFirstTaskK, chainFirstW, chainIOEitherK, chainIOEitherKW, chainIOK, chainOptionK, chainTaskK, chainTaskOptionK, chainTaskOptionKW, filterOrElse, filterOrElseW, flap, flatten, flattenW, fromEitherK, fromIOEitherK, fromIOK, fromOptionK, fromTaskK, fromTaskOptionK, orElse, orElseFirst, orElseFirstIOK, orElseFirstTaskK, orElseFirstW, orElseW, orLeft, swap, fromPredicate, left, leftIO, leftTask, right, rightIO, rightTask, fold, foldW, getOrElse, getOrElseW, match, matchE, matchEW, matchW, ApplicativePar, ApplicativeSeq, ApplyPar, ApplySeq, chainNullableK, fromNullable, fromNullableK, toUnion, tryCatch, tryCatchK, fromEither, fromIO, fromIOEither, fromOption, fromTaskOption, ApT, Do, apS, apSW, bind, bindTo, bindW, bracket, bracketW, sequenceArray, sequenceSeqArray, taskify, traverseArray, traverseArrayWithIndex, traverseReadonlyArrayWithIndex, traverseReadonlyArrayWithIndexSeq, traverseReadonlyNonEmptyArrayWithIndex, traverseReadonlyNonEmptyArrayWithIndexSeq, traverseSeqArray, traverseSeqArrayWithIndex, } from 'fp-ts/TaskEither';
export type { TaskEither } from 'fp-ts/TaskEither';

@@ -10,6 +10,8 @@ "use strict";

exports.__esModule = true;
exports.leftIO = exports.left = exports.fromPredicate = exports.swap = exports.orLeft = exports.orElseW = exports.orElseFirstW = exports.orElseFirstTaskK = exports.orElseFirstIOK = exports.orElseFirst = exports.orElse = exports.fromTaskOptionK = exports.fromTaskK = exports.fromOptionK = exports.fromIOK = exports.fromIOEitherK = exports.fromEitherK = exports.flattenW = exports.flatten = exports.flap = exports.filterOrElseW = exports.filterOrElse = exports.chainTaskOptionKW = exports.chainTaskOptionK = exports.chainTaskK = exports.chainOptionK = exports.chainIOK = exports.chainIOEitherKW = exports.chainIOEitherK = exports.chainFirstW = exports.chainFirstTaskK = exports.chainFirstIOK = exports.chainFirstEitherKW = exports.chainFirstEitherK = exports.chainFirst = exports.chainEitherKW = exports.chainEitherK = exports.apSecondW = exports.apSecond = exports.apFirstW = exports.apFirst = exports.throwError = exports.of = exports.chainW = exports.chain = exports.map = exports.mapLeft = exports.bimap = exports.apW = exports.ap = void 0;
exports.traverseSeqArrayWithIndex = exports.traverseSeqArray = exports.traverseReadonlyNonEmptyArrayWithIndexSeq = exports.traverseReadonlyNonEmptyArrayWithIndex = exports.traverseReadonlyArrayWithIndexSeq = exports.traverseReadonlyArrayWithIndex = exports.traverseArrayWithIndex = exports.traverseArray = exports.taskify = exports.sequenceSeqArray = exports.sequenceArray = exports.bracketW = exports.bracket = exports.bindW = exports.bindTo = exports.bind = exports.apSW = exports.apS = exports.Do = exports.ApT = exports.fromTaskOption = exports.fromOption = exports.fromIOEither = exports.fromIO = exports.fromEither = exports.tryCatchK = exports.tryCatch = exports.toUnion = exports.fromNullableK = exports.fromNullable = exports.chainNullableK = exports.ApplySeq = exports.ApplyPar = exports.ApplicativeSeq = exports.ApplicativePar = exports.matchW = exports.matchEW = exports.matchE = exports.match = exports.getOrElseW = exports.getOrElse = exports.foldW = exports.fold = exports.rightTask = exports.rightIO = exports.right = exports.leftTask = void 0;
exports.fromPredicate = exports.swap = exports.orLeft = exports.orElseW = exports.orElseFirstW = exports.orElseFirstTaskK = exports.orElseFirstIOK = exports.orElseFirst = exports.orElse = exports.fromTaskOptionK = exports.fromTaskK = exports.fromOptionK = exports.fromIOK = exports.fromIOEitherK = exports.fromEitherK = exports.flattenW = exports.flatten = exports.flap = exports.filterOrElseW = exports.filterOrElse = exports.chainTaskOptionKW = exports.chainTaskOptionK = exports.chainTaskK = exports.chainOptionK = exports.chainIOK = exports.chainIOEitherKW = exports.chainIOEitherK = exports.chainFirstW = exports.chainFirstTaskK = exports.chainFirstIOK = exports.chainFirstEitherKW = exports.chainFirstEitherK = exports.chainFirst = exports.chainEitherKW = exports.chainEitherK = exports.apSecondW = exports.apSecond = exports.apFirstW = exports.apFirst = exports.throwError = exports.of = exports.chainW = exports.chain = exports.map = exports.mapLeft = exports.bimap = exports.apW = exports.ap = exports.altW = exports.alt = void 0;
exports.traverseSeqArrayWithIndex = exports.traverseSeqArray = exports.traverseReadonlyNonEmptyArrayWithIndexSeq = exports.traverseReadonlyNonEmptyArrayWithIndex = exports.traverseReadonlyArrayWithIndexSeq = exports.traverseReadonlyArrayWithIndex = exports.traverseArrayWithIndex = exports.traverseArray = exports.taskify = exports.sequenceSeqArray = exports.sequenceArray = exports.bracketW = exports.bracket = exports.bindW = exports.bindTo = exports.bind = exports.apSW = exports.apS = exports.Do = exports.ApT = exports.fromTaskOption = exports.fromOption = exports.fromIOEither = exports.fromIO = exports.fromEither = exports.tryCatchK = exports.tryCatch = exports.toUnion = exports.fromNullableK = exports.fromNullable = exports.chainNullableK = exports.ApplySeq = exports.ApplyPar = exports.ApplicativeSeq = exports.ApplicativePar = exports.matchW = exports.matchEW = exports.matchE = exports.match = exports.getOrElseW = exports.getOrElse = exports.foldW = exports.fold = exports.rightTask = exports.rightIO = exports.right = exports.leftTask = exports.leftIO = exports.left = void 0;
// https://gcanti.github.io/fp-ts/modules/TaskEither.ts.html
var TaskEither_1 = require("fp-ts/TaskEither");
__createBinding(exports, TaskEither_1, "alt");
__createBinding(exports, TaskEither_1, "altW");
__createBinding(exports, TaskEither_1, "ap");

@@ -16,0 +18,0 @@ __createBinding(exports, TaskEither_1, "apW");

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

export { sequenceS, sequenceT } from 'fp-ts/Apply';
export type { Apply } from 'fp-ts/Apply';
export { sequenceS, sequenceT, ap, apFirst, apS, apSecond, getApplySemigroup, } from 'fp-ts/Apply';
export type { Apply, Apply1, Apply2, Apply2C, Apply3, Apply3C, Apply4, } from 'fp-ts/Apply';
// https://gcanti.github.io/fp-ts/modules/Apply.ts.html
export { sequenceS, sequenceT } from 'fp-ts/Apply';
export { sequenceS, sequenceT, ap, apFirst, apS, apSecond, getApplySemigroup, } from 'fp-ts/Apply';
//# sourceMappingURL=_external.js.map

@@ -1,9 +0,9 @@

export { append, appendW, chain, chop, chunksOf, concat, concatW, copy, difference, dropLeft, dropLeftWhile, dropRight, duplicate, elem, // R.includes (but with Eq)
export { alt, altW, ap, apFirst, append, appendW, apS, apSecond, bind, bindTo, chain, chainFirst, chainRecBreadthFirst, chainRecDepthFirst, chainWithIndex, chop, chunksOf, compact, comprehension, concat, concatW, copy, deleteAt, difference, Do, dropLeft, dropLeftWhile, dropRight, duplicate, elem, // R.includes (but with Eq)
every, // R.all,
exists, // R.any,
filter, filterMap, filterMapWithIndex, filterWithIndex, findFirst, findFirstMap, findIndex, findLast, findLastIndex, findLastMap, flatten, foldMap, fromPredicate, head, init, intersection, intersperse, isEmpty, isNonEmpty, last, lookup, // R.nth,
makeBy, map, mapWithIndex, match, modifyAt, of, prepend, prependAll, prependW, reduce, reduceWithIndex, replicate, // R.repeat
reverse, size, sortBy as sortByOrd, splitAt, tail, takeLeft, takeLeftWhile, takeRight, union, zip, zipWith, updateAt, uniq as uniqEq, } from 'fp-ts/Array';
export { countBy, dropAt, endsWith, join, reject, slice, startsWith, sum, without, zipAll, } from 'fp-ts-std/Array';
extend, filter, filterE, filterMap, filterMapWithIndex, filterWithIndex, findFirst, findFirstMap, findIndex, findLast, findLastIndex, findLastMap, flap, flatten, foldLeft, foldMap, foldMapWithIndex, foldRight, fromEither, fromEitherK, fromOption, fromOptionK, fromPredicate, getDifferenceMagma, getEq, getIntersectionSemigroup, getMonoid, getOrd, getSemigroup, getShow, getUnionMonoid, getUnionSemigroup, guard, head, init, insertAt, intercalate, intersection, intersperse, isEmpty, isNonEmpty, isOutOfBound, last, lefts, lookup, // R.nth,
makeBy, map, mapWithIndex, match, matchLeft, matchLeftW, matchRight, matchRightW, matchW, modifyAt, of, partition, partitionMap, partitionMapWithIndex, partitionWithIndex, prepend, prependAll, prependW, reduce, reduceRight, reduceRightWithIndex, reduceWithIndex, replicate, // R.repeat
reverse, rights, rotate, scanLeft, scanRight, separate, sequence, size, some, sort as sortOrd, sortBy as sortByOrd, spanLeft, splitAt, tail, takeLeft, takeLeftWhile, takeRight, traverse, traverseWithIndex, unfold, union, uniq as uniqEq, unsafeDeleteAt, unsafeInsertAt, unsafeUpdateAt, unzip, updateAt, wilt, wither, zero, zip, zipWith, } from 'fp-ts/Array';
export { aperture, cartesian, countBy, dropAt, dropRepeats, dropRightWhile, elemV, endsWith, extractAt, filterA, getDisorderedEq, insertMany, join, maximum, mean, median, minimum, moveFrom, moveTo, none, pluckFirst, product, reduceRightWhile, reduceWhile, reject, slice, startsWith, sum, symmetricDifference, takeRightWhile, transpose, upsert, without, zipAll, } from 'fp-ts-std/Array';
export { includes, sort, sortBy, groupWith, groupBy, uniq, uniqBy } from 'ramda';
export { included, lengthEq, lengthGt, lengthGte, lengthLt, lengthLte, lengthNotEq, isNotEmpty, } from 'ramda-adjunct';
// https://gcanti.github.io/fp-ts/modules/Array.ts.html
export { append, appendW, chain, chop, chunksOf, concat, concatW, copy, difference, dropLeft, dropLeftWhile, dropRight, duplicate, elem, // R.includes (but with Eq)
export { alt, altW, ap, apFirst, append, appendW, apS, apSecond, bind, bindTo, chain, chainFirst, chainRecBreadthFirst, chainRecDepthFirst, chainWithIndex, chop, chunksOf, compact, comprehension, concat, concatW, copy, deleteAt, difference, Do, dropLeft, dropLeftWhile, dropRight, duplicate, elem, // R.includes (but with Eq)
every, // R.all,
exists, // R.any,
filter, filterMap, filterMapWithIndex, filterWithIndex, findFirst, findFirstMap, findIndex, findLast, findLastIndex, findLastMap, flatten, foldMap, fromPredicate, head, init, intersection, intersperse, isEmpty, isNonEmpty, last, lookup, // R.nth,
makeBy, map, mapWithIndex, match, modifyAt, of, prepend, prependAll, prependW, reduce, reduceWithIndex, replicate, // R.repeat
reverse, size, sortBy as sortByOrd, splitAt, tail, takeLeft, takeLeftWhile, takeRight, union, zip, zipWith, updateAt, uniq as uniqEq, } from 'fp-ts/Array';
export { countBy, dropAt, endsWith, join, reject, slice, startsWith, sum, without, zipAll, } from 'fp-ts-std/Array';
extend, filter, filterE, filterMap, filterMapWithIndex, filterWithIndex, findFirst, findFirstMap, findIndex, findLast, findLastIndex, findLastMap, flap, flatten, foldLeft, foldMap, foldMapWithIndex, foldRight, fromEither, fromEitherK, fromOption, fromOptionK, fromPredicate, getDifferenceMagma, getEq, getIntersectionSemigroup, getMonoid, getOrd, getSemigroup, getShow, getUnionMonoid, getUnionSemigroup, guard, head, init, insertAt, intercalate, intersection, intersperse, isEmpty, isNonEmpty, isOutOfBound, last, lefts, lookup, // R.nth,
makeBy, map, mapWithIndex, match, matchLeft, matchLeftW, matchRight, matchRightW, matchW, modifyAt, of, partition, partitionMap, partitionMapWithIndex, partitionWithIndex, prepend, prependAll, prependW, reduce, reduceRight, reduceRightWithIndex, reduceWithIndex, replicate, // R.repeat
reverse, rights, rotate, scanLeft, scanRight, separate, sequence, size, some, sort as sortOrd, sortBy as sortByOrd, spanLeft, splitAt, tail, takeLeft, takeLeftWhile, takeRight, traverse, traverseWithIndex, unfold, union, uniq as uniqEq, unsafeDeleteAt, unsafeInsertAt, unsafeUpdateAt, unzip, updateAt, wilt, wither, zero, zip, zipWith, } from 'fp-ts/Array';
export { aperture, cartesian, countBy, dropAt, dropRepeats, dropRightWhile, elemV, endsWith, extractAt, filterA, getDisorderedEq, insertMany, join, maximum, mean, median, minimum, moveFrom, moveTo, none, pluckFirst, product, reduceRightWhile, reduceWhile, reject, slice, startsWith, sum, symmetricDifference, takeRightWhile, transpose, upsert, without, zipAll, } from 'fp-ts-std/Array';
export { includes, sort, sortBy, groupWith, groupBy, uniq, uniqBy } from 'ramda';
export { included, lengthEq, lengthGt, lengthGte, lengthLt, lengthLte, lengthNotEq, isNotEmpty, } from 'ramda-adjunct';
//# sourceMappingURL=_external.js.map
export * from './_external';
export * from './partitionAll';
export * from './rotate';
export * from './rotateLeft';
export * from './shuffle';
export * from './shuffleWithSeed';
export * from './_external';
export * from './partitionAll';
export * from './rotate';
export * from './rotateLeft';
export * from './shuffle';
export * from './shuffleWithSeed';
//# sourceMappingURL=index.js.map

@@ -32,2 +32,3 @@ /**

export * as TE from './TaskEither';
export * as TO from './TaskOption';
export * as U from './Undefined';

@@ -32,3 +32,4 @@ /**

export * as TE from './TaskEither';
export * as TO from './TaskOption';
export * as U from './Undefined';
//# sourceMappingURL=index.js.map
export { Ord, empty, endsWith, Eq, includes, isEmpty, isString, replace, size, slice, split, startsWith, toLowerCase, toUpperCase, trim, trimLeft, trimRight, } from 'fp-ts/string';
export { append, dropLeft, dropLeftWhile, dropRight, dropRightWhile, fromNumber, head, init, isAlpha, isAlphaNum, isLower, isUpper, last, lines, lookup, match, matchAll, prepend, replaceAll, reverse, splitAt, surround, tail, takeLeft, takeLeftWhile, takeRight, takeRightWhile, test, unappend, under, unlines, unprepend, unsurround, } from 'fp-ts-std/String';
export { append, dropLeft, dropLeftWhile, dropRight, dropRightWhile, fromNumber, head, init, isAlpha, isAlphaNum, isLower, isUpper, last, lines, lookup, match, matchAll, prepend, replaceAll, reverse, splitAt, surround, tail, takeLeft, takeLeftWhile, takeRight, takeRightWhile, test, unappend, under, unlines, unprepend, unsurround, isSpace, } from 'fp-ts-std/String';
export { equals, concat } from 'ramda';
export { toInteger } from 'lodash/fp';
// https://gcanti.github.io/fp-ts/modules/string.ts.html
export { Ord, empty, endsWith, Eq, includes, isEmpty, isString, replace, size, slice, split, startsWith, toLowerCase, toUpperCase, trim, trimLeft, trimRight, } from 'fp-ts/string';
// https://samhh.github.io/fp-ts-std/modules/String.ts.html
export { append, dropLeft, dropLeftWhile, dropRight, dropRightWhile, fromNumber, head, init, isAlpha, isAlphaNum, isLower, isUpper, last, lines, lookup, match, matchAll, prepend, replaceAll, reverse, splitAt, surround, tail, takeLeft, takeLeftWhile, takeRight, takeRightWhile, test, unappend, under, unlines, unprepend, unsurround, } from 'fp-ts-std/String';
export { append, dropLeft, dropLeftWhile, dropRight, dropRightWhile, fromNumber, head, init, isAlpha, isAlphaNum, isLower, isUpper, last, lines, lookup, match, matchAll, prepend, replaceAll, reverse, splitAt, surround, tail, takeLeft, takeLeftWhile, takeRight, takeRightWhile, test, unappend, under, unlines, unprepend, unsurround, isSpace, } from 'fp-ts-std/String';
export { equals, concat } from 'ramda';

@@ -6,0 +6,0 @@ // TODO: Replace with something else

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

export { ap, apW, bimap, mapLeft, map, chain, chainW, of, throwError, apFirst, apFirstW, apSecond, apSecondW, chainEitherK, chainEitherKW, chainFirst, chainFirstEitherK, chainFirstEitherKW, chainFirstIOK, chainFirstTaskK, chainFirstW, chainIOEitherK, chainIOEitherKW, chainIOK, chainOptionK, chainTaskK, chainTaskOptionK, chainTaskOptionKW, filterOrElse, filterOrElseW, flap, flatten, flattenW, fromEitherK, fromIOEitherK, fromIOK, fromOptionK, fromTaskK, fromTaskOptionK, orElse, orElseFirst, orElseFirstIOK, orElseFirstTaskK, orElseFirstW, orElseW, orLeft, swap, fromPredicate, left, leftIO, leftTask, right, rightIO, rightTask, fold, foldW, getOrElse, getOrElseW, match, matchE, matchEW, matchW, ApplicativePar, ApplicativeSeq, ApplyPar, ApplySeq, chainNullableK, fromNullable, fromNullableK, toUnion, tryCatch, tryCatchK, fromEither, fromIO, fromIOEither, fromOption, fromTaskOption, ApT, Do, apS, apSW, bind, bindTo, bindW, bracket, bracketW, sequenceArray, sequenceSeqArray, taskify, traverseArray, traverseArrayWithIndex, traverseReadonlyArrayWithIndex, traverseReadonlyArrayWithIndexSeq, traverseReadonlyNonEmptyArrayWithIndex, traverseReadonlyNonEmptyArrayWithIndexSeq, traverseSeqArray, traverseSeqArrayWithIndex, } from 'fp-ts/TaskEither';
export { alt, altW, ap, apW, bimap, mapLeft, map, chain, chainW, of, throwError, apFirst, apFirstW, apSecond, apSecondW, chainEitherK, chainEitherKW, chainFirst, chainFirstEitherK, chainFirstEitherKW, chainFirstIOK, chainFirstTaskK, chainFirstW, chainIOEitherK, chainIOEitherKW, chainIOK, chainOptionK, chainTaskK, chainTaskOptionK, chainTaskOptionKW, filterOrElse, filterOrElseW, flap, flatten, flattenW, fromEitherK, fromIOEitherK, fromIOK, fromOptionK, fromTaskK, fromTaskOptionK, orElse, orElseFirst, orElseFirstIOK, orElseFirstTaskK, orElseFirstW, orElseW, orLeft, swap, fromPredicate, left, leftIO, leftTask, right, rightIO, rightTask, fold, foldW, getOrElse, getOrElseW, match, matchE, matchEW, matchW, ApplicativePar, ApplicativeSeq, ApplyPar, ApplySeq, chainNullableK, fromNullable, fromNullableK, toUnion, tryCatch, tryCatchK, fromEither, fromIO, fromIOEither, fromOption, fromTaskOption, ApT, Do, apS, apSW, bind, bindTo, bindW, bracket, bracketW, sequenceArray, sequenceSeqArray, taskify, traverseArray, traverseArrayWithIndex, traverseReadonlyArrayWithIndex, traverseReadonlyArrayWithIndexSeq, traverseReadonlyNonEmptyArrayWithIndex, traverseReadonlyNonEmptyArrayWithIndexSeq, traverseSeqArray, traverseSeqArrayWithIndex, } from 'fp-ts/TaskEither';
export type { TaskEither } from 'fp-ts/TaskEither';
// https://gcanti.github.io/fp-ts/modules/TaskEither.ts.html
export { ap, apW, bimap, mapLeft, map, chain, chainW, of, throwError, apFirst, apFirstW, apSecond, apSecondW, chainEitherK, chainEitherKW, chainFirst, chainFirstEitherK, chainFirstEitherKW, chainFirstIOK, chainFirstTaskK, chainFirstW, chainIOEitherK, chainIOEitherKW, chainIOK, chainOptionK, chainTaskK, chainTaskOptionK, chainTaskOptionKW, filterOrElse, filterOrElseW, flap, flatten, flattenW, fromEitherK, fromIOEitherK, fromIOK, fromOptionK, fromTaskK, fromTaskOptionK, orElse, orElseFirst, orElseFirstIOK, orElseFirstTaskK, orElseFirstW, orElseW, orLeft, swap, fromPredicate, left, leftIO, leftTask, right, rightIO, rightTask, fold, foldW, getOrElse, getOrElseW, match, matchE, matchEW, matchW, ApplicativePar, ApplicativeSeq, ApplyPar, ApplySeq, chainNullableK, fromNullable, fromNullableK, toUnion, tryCatch, tryCatchK, fromEither, fromIO, fromIOEither, fromOption,
export { alt, altW, ap, apW, bimap, mapLeft, map, chain, chainW, of, throwError, apFirst, apFirstW, apSecond, apSecondW, chainEitherK, chainEitherKW, chainFirst, chainFirstEitherK, chainFirstEitherKW, chainFirstIOK, chainFirstTaskK, chainFirstW, chainIOEitherK, chainIOEitherKW, chainIOK, chainOptionK, chainTaskK, chainTaskOptionK, chainTaskOptionKW, filterOrElse, filterOrElseW, flap, flatten, flattenW, fromEitherK, fromIOEitherK, fromIOK, fromOptionK, fromTaskK, fromTaskOptionK, orElse, orElseFirst, orElseFirstIOK, orElseFirstTaskK, orElseFirstW, orElseW, orLeft, swap, fromPredicate, left, leftIO, leftTask, right, rightIO, rightTask, fold, foldW, getOrElse, getOrElseW, match, matchE, matchEW, matchW, ApplicativePar, ApplicativeSeq, ApplyPar, ApplySeq, chainNullableK, fromNullable, fromNullableK, toUnion, tryCatch, tryCatchK, fromEither, fromIO, fromIOEither, fromOption,
// fromTask, // @see: `./fromTask.ts`
fromTaskOption, ApT, Do, apS, apSW, bind, bindTo, bindW, bracket, bracketW, sequenceArray, sequenceSeqArray, taskify, traverseArray, traverseArrayWithIndex, traverseReadonlyArrayWithIndex, traverseReadonlyArrayWithIndexSeq, traverseReadonlyNonEmptyArrayWithIndex, traverseReadonlyNonEmptyArrayWithIndexSeq, traverseSeqArray, traverseSeqArrayWithIndex, } from 'fp-ts/TaskEither';
//# sourceMappingURL=_external.js.map
{
"name": "@typedash/typedash",
"version": "1.4.0",
"version": "1.5.0",
"description": "Domain agnostic utility functions",

@@ -5,0 +5,0 @@ "sideEffects": false,

export * from './_external'
export * from './partitionAll'
export * from './rotate'
export * from './rotateLeft'
export * from './shuffle'
export * from './shuffleWithSeed'

@@ -57,2 +57,3 @@ // https://gcanti.github.io/fp-ts/modules/string.ts.html

unsurround,
isSpace,
} from 'fp-ts-std/String'

@@ -59,0 +60,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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