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

unified-engine

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unified-engine - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

8

lib/find-up.d.ts
/**
* @template Value
* @template {object & {filePath?: string}} Value
*/
export class FindUp<Value> {
export class FindUp<
Value extends object & {
filePath?: string | undefined
}
> {
/**

@@ -6,0 +10,0 @@ * @callback Create

@@ -10,3 +10,3 @@ import fs from 'node:fs'

/**
* @template Value
* @template {object & {filePath?: string}} Value
*/

@@ -197,5 +197,7 @@ export class FindUp {

)
} else {
} else if (result && result.filePath) {
debug('Read file `%s`', fp)
found(null, result)
} else {
next()
}

@@ -202,0 +204,0 @@ })(buf, fp)

{
"name": "unified-engine",
"version": "10.0.0",
"version": "10.0.1",
"description": "Engine to process multiple files with unified",

@@ -35,3 +35,3 @@ "license": "MIT",

"@types/is-empty": "^1.0.0",
"@types/node": "^17.0.0",
"@types/node": "^18.0.0",
"@types/unist": "^2.0.0",

@@ -38,0 +38,0 @@ "concat-stream": "^2.0.0",

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