Socket
Socket
Sign inDemoInstall

dgeni

Package Overview
Dependencies
17
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.8 to 0.4.9

4

CHANGELOG.md
# ChangeLog
## 0.4.9 15 June 2017
Chore release
## 0.4.8 15 June 2017

@@ -4,0 +8,0 @@

7

lib/Processor.d.ts
import { DocCollection } from './DocCollection';
export declare type ProcessorDef = Processor | ((() => Processor) & {
export declare type ProcessorDef = Processor | (((...args: any[]) => Processor) & {
name?: string;
});
export interface Processor {
$process(docs: DocCollection): DocCollection | void;
$process(docs: DocCollection): DocCollection | PromiseLike<DocCollection> | void;
name?: string;
description?: string;
$runBefore?: string[];
$runAfter?: string[];
$enabled?: boolean;
$package?: string;
}
{
"name": "dgeni",
"version": "0.4.8",
"version": "0.4.9",
"description": "Flexible JavaScript documentation generator used by both AngularJS and Angular",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc