Socket
Socket
Sign inDemoInstall

unified-engine

Package Overview
Dependencies
Maintainers
1
Versions
44
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 9.0.1 to 9.0.2

1

index.d.ts

@@ -10,2 +10,3 @@ export {engine} from './lib/index.js'

export type Options = import('./lib/index.js').Options
export type Context = import('./lib/index.js').Context
export type Callback = import('./lib/index.js').Callback

@@ -10,2 +10,3 @@ /**

* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Context} Context
* @typedef {import('./lib/index.js').Callback} Callback

@@ -12,0 +13,0 @@ */

3

lib/configuration.js

@@ -36,2 +36,3 @@ /**

import path from 'path'
import {pathToFileURL} from 'url'
import jsYaml from 'js-yaml'

@@ -431,3 +432,3 @@ import parseJson from 'parse-json'

// type-coverage:ignore-next-line
return (await import(fp)).default
return (await import(pathToFileURL(fp).href)).default
// C8 bug on Node@12

@@ -434,0 +435,0 @@ /* c8 ignore next 4 */

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

@@ -59,3 +59,2 @@ "license": "MIT",

"c8": "^7.0.0",
"figures": "^4.0.0",
"prettier": "^2.0.0",

@@ -62,0 +61,0 @@ "remark": "^13.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