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

@cspell/cspell-pipe

Package Overview
Dependencies
Maintainers
1
Versions
178
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 7.0.1-alpha.0 to 7.0.1-alpha.1

dist/helpers/distribute.d.ts

66

package.json

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

},
"version": "7.0.1-alpha.0",
"version": "7.0.1-alpha.1",
"description": "Library to make working with Iterators/AsyncIterators easier.",

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

"license": "MIT",
"type": "commonjs",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"type": "module",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {

@@ -29,67 +29,59 @@ "dist": "dist"

".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/index.js"
},
"./index": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/index.js"
},
"./index.js": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/index.js"
},
"./operators": {
"import": "./dist/esm/operators/index.mjs",
"require": "./dist/cjs/operators/index.js"
"import": "./dist/operators/index.js"
},
"./operators/index.js": {
"import": "./dist/esm/operators/index.mjs",
"require": "./dist/cjs/operators/index.js"
"import": "./dist/operators/index.js"
},
"./sync": {
"import": "./dist/esm/sync/index.mjs",
"require": "./dist/cjs/sync/index.js"
"import": "./dist/sync/index.js"
},
"./sync/index": {
"import": "./dist/esm/sync/index.mjs",
"require": "./dist/cjs/sync/index.js"
"import": "./dist/sync/index.js"
},
"./sync/index.js": {
"import": "./dist/esm/sync/index.mjs",
"require": "./dist/cjs/sync/index.js"
"import": "./dist/sync/index.js"
}
},
"types": "dist/cjs/index.d.ts",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"index.js": [
"dist/cjs/index.d.ts"
"dist/index.d.ts"
],
"index.d.ts": [
"dist/cjs/index.d.ts"
"dist/index.d.ts"
],
"operators": [
"dist/cjs/operators/index.d.ts"
"dist/operators/index.d.ts"
],
"operators/*.js": [
"dist/cjs/operators/*.d.ts"
"dist/operators/*.d.ts"
],
"operators/index.d.ts": [
"dist/cjs/operators/index.d.ts"
"dist/operators/index.d.ts"
],
"sync": [
"dist/cjs/sync/index.d.ts"
"dist/sync/index.d.ts"
],
"sync/index.js": [
"dist/cjs/sync/index.d.ts"
"dist/sync/index.d.ts"
],
"sync/index.d.ts": [
"dist/cjs/sync/index.d.ts"
"dist/sync/index.d.ts"
],
"dist/cjs/index.d.ts": [
"dist/cjs/index.d.ts"
"dist/index.d.ts": [
"dist/index.d.ts"
],
"*": [
"dist/cjs/*.d.ts",
"dist/cjs/*/index.d.ts"
"dist/*.d.ts",
"dist/*/index.d.ts"
]

@@ -108,5 +100,3 @@ }

"scripts": {
"build": "tsc -b . && ts2mjs dist/esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm",
"build": "tsc -b .",
"watch": "tsc -p . -w",

@@ -132,5 +122,5 @@ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",

"devDependencies": {
"globby": "^13.1.4"
"globby": "^13.2.1"
},
"gitHead": "9ac874fd367a2858df9aab07fafad183347f2033"
"gitHead": "053cd11992a03203786ed64fdf9fa719eeded824"
}
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