Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 2.0.8

5

package.json
{
"name": "files-pipe",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://github.com/baxast/files-pipe#readme",

@@ -20,4 +20,3 @@ "bugs": {

"deepmerge-ts": "5.1.0",
"fast-glob": "3.3.1",
"@types/node": "20.4.9"
"fast-glob": "3.3.1"
},

@@ -24,0 +23,0 @@ "devDependencies": {

2

Target/Library/Files/Pipe.d.ts
import type { Execution, Plan } from "../../Option/Index.js";
declare const _default: (Plan: Plan, { Fulfilled, Failed, Accomplished, Changed, Passed, Read, Wrote, }: Execution) => Promise<Plan>;
declare const _default: (Plan: Plan, { Fulfilled, Failed, Accomplished, Changed, Passed, Read, Wrote }: Execution) => Promise<Plan>;
export default _default;
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