Socket
Socket
Sign inDemoInstall

@cspell/cspell-pipe

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-pipe - npm Package Compare versions

Comparing version 8.7.0 to 8.8.0

dist/async/index.d.ts

2

dist/index.d.ts
import * as _helpers from './helpers/index.js';
import * as _operators from './operators/index.js';
export { interleave, isAsyncIterable, toArray, toAsyncIterable, toDistributableIterable } from './helpers/index.js';
export { opAppend, opAwaitAsync, opConcatMap, opFilter, opFirst, opFlatten, opJoinStrings, opLast, opMap, opSkip, opTake, opTap, opUnique, } from './operators/index.js';
export { opAppend, opAwaitAsync, opBuffer, opConcatMap, opFilter, opFirst, opFlatten, opJoinStrings, opLast, opMap, opSkip, opTake, opTap, opUnique, } from './operators/index.js';
export { pipeAsync, pipeSync } from './pipe.js';

@@ -6,0 +6,0 @@ export { reduce, reduceAsync, reduceSync } from './reduce.js';

import * as _helpers from './helpers/index.js';
import * as _operators from './operators/index.js';
export { interleave, isAsyncIterable, toArray, toAsyncIterable, toDistributableIterable } from './helpers/index.js';
export { opAppend, opAwaitAsync, opConcatMap, opFilter, opFirst, opFlatten, opJoinStrings, opLast, opMap, opSkip, opTake, opTap, opUnique, } from './operators/index.js';
export { opAppend, opAwaitAsync, opBuffer, opConcatMap, opFilter, opFirst, opFlatten, opJoinStrings, opLast, opMap, opSkip, opTake, opTap, opUnique, } from './operators/index.js';
export { pipeAsync, pipeSync } from './pipe.js';

@@ -6,0 +6,0 @@ export { reduce, reduceAsync, reduceSync } from './reduce.js';

export { opAppend, opAppendAsync, opAppendSync } from './append.js';
export { opAwaitAsync } from './await.js';
export { opBuffer, opBufferAsync, opBufferSync } from './buffer.js';
export { opCombineAsync, opCombineSync } from './combine.js';

@@ -4,0 +5,0 @@ export { opConcatMap, opConcatMapAsync, opConcatMapSync } from './concatMap.js';

export { opAppend, opAppendAsync, opAppendSync } from './append.js';
export { opAwaitAsync } from './await.js';
export { opBuffer, opBufferAsync, opBufferSync } from './buffer.js';
export { opCombineAsync, opCombineSync } from './combine.js';

@@ -4,0 +5,0 @@ export { opConcatMap, opConcatMapAsync, opConcatMapSync } from './concatMap.js';

export { toArraySync as toArray } from '../helpers/toArray.js';
export type { OperatorSync as Operator } from '../operators/index.js';
export { opAppendSync as opAppend, opCombineSync as opCombine, opConcatMapSync as opConcatMap, opFilterSync as opFilter, opFirstSync as opFirst, opFlattenSync as opFlatten, opJoinStringsSync as opJoinStrings, opLastSync as opLast, opMapSync as opMap, opReduceSync as opReduce, opSkipSync as opSkip, opTakeSync as opTake, opTapSync as opTap, opUniqueSync as opUnique, } from '../operators/index.js';
export { opAppendSync as opAppend, opBufferSync as opBuffer, opCombineSync as opCombine, opConcatMapSync as opConcatMap, opFilterSync as opFilter, opFirstSync as opFirst, opFlattenSync as opFlatten, opJoinStringsSync as opJoinStrings, opLastSync as opLast, opMapSync as opMap, opReduceSync as opReduce, opSkipSync as opSkip, opTakeSync as opTake, opTapSync as opTap, opUniqueSync as opUnique, } from '../operators/index.js';
export { pipeSync as pipe, pipeSync } from '../pipe.js';
export { reduceSync as reduce } from '../reduce.js';
//# sourceMappingURL=index.d.ts.map
export { toArraySync as toArray } from '../helpers/toArray.js';
export { opAppendSync as opAppend, opCombineSync as opCombine, opConcatMapSync as opConcatMap, opFilterSync as opFilter, opFirstSync as opFirst, opFlattenSync as opFlatten, opJoinStringsSync as opJoinStrings, opLastSync as opLast, opMapSync as opMap, opReduceSync as opReduce, opSkipSync as opSkip, opTakeSync as opTake, opTapSync as opTap, opUniqueSync as opUnique, } from '../operators/index.js';
export { opAppendSync as opAppend, opBufferSync as opBuffer, opCombineSync as opCombine, opConcatMapSync as opConcatMap, opFilterSync as opFilter, opFirstSync as opFirst, opFlattenSync as opFlatten, opJoinStringsSync as opJoinStrings, opLastSync as opLast, opMapSync as opMap, opReduceSync as opReduce, opSkipSync as opSkip, opTakeSync as opTake, opTapSync as opTap, opUniqueSync as opUnique, } from '../operators/index.js';
export { pipeSync as pipe, pipeSync } from '../pipe.js';
export { reduceSync as reduce } from '../reduce.js';
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ {

},
"version": "8.7.0",
"version": "8.8.0",
"description": "Library to make working with Iterators/AsyncIterators easier.",

@@ -43,2 +43,11 @@ "keywords": [

},
"./async": {
"import": "./dist/async/index.js"
},
"./async/index": {
"import": "./dist/async/index.js"
},
"./async/index.js": {
"import": "./dist/async/index.js"
},
"./sync": {

@@ -122,3 +131,3 @@ "import": "./dist/sync/index.js"

},
"gitHead": "5318079ed11fe77e981287ecf1c40d6f28dd91ed"
"gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
}
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