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

files-pipe

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-pipe - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

LICENSE

13

package.json
{
"name": "files-pipe",
"version": "2.0.8",
"homepage": "https://github.com/baxast/files-pipe#readme",
"version": "2.0.9",
"homepage": "https://github.com/NikolaRHristov/FilesPipe#readme",
"bugs": {
"url": "https://github.com/baxast/files-pipe/issues"
"url": "https://github.com/NikolaRHristov/FilesPipe/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baxast/files-pipe.git"
"url": "git+https://github.com/NikolaRHristov/FilesPipe.git"
},

@@ -16,5 +16,6 @@ "type": "module",

"scripts": {
"prepublishOnly": "baxast 'Source/**/*.ts'"
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"dependencies": {
"@types/node": "20.4.10",
"deepmerge-ts": "5.1.0",

@@ -24,4 +25,4 @@ "fast-glob": "3.3.1"

"devDependencies": {
"baxast": "0.1.0"
"typescript-esbuild": "0.1.8"
}
}

@@ -65,6 +65,4 @@ # [files-pipe] 🧪

#### You can add multiple paths to your pipe by specifying an array as the `path`
#### You can add multiple paths to your pipe by specifying an array as the `path` variable.
variable.
**`Index.ts`**

@@ -71,0 +69,0 @@

@@ -5,4 +5,4 @@ {

},
"extends": "baxast/Target/Configuration/TypeScript",
"extends": "typescript-esbuild/Target/Configuration/TypeScript",
"include": ["Source"]
}
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