Socket
Socket
Sign inDemoInstall

dgeni

Package Overview
Dependencies
17
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.10 to 0.4.11

4

CHANGELOG.md
# ChangeLog
## 0.4.11 17 December 2018
Chore release - updating TypeScript dependency
## 0.4.10 14 August 2018

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

2

lib/packages/trackDocLogger.js

@@ -6,3 +6,3 @@ "use strict";

var options = {
docsToTrackFn: function (docs) { }
docsToTrackFn: function (docs) { return undefined; }
};

@@ -9,0 +9,0 @@ var generations = [];

{
"name": "dgeni",
"version": "0.4.10",
"version": "0.4.11",
"description": "Flexible JavaScript documentation generator used by both AngularJS and Angular",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

"tslint": "^5.10.0",
"typescript": "^2.9.1"
"typescript": "^3.2.2"
},

@@ -52,0 +52,0 @@ "contributors": [

const _ = require('lodash');
import {Package} from '../Package';
const options = {
docsToTrackFn: function(docs) {}
interface TrackDocLoggerOptions {
docsToTrackFn(docs: any[]): any[]|undefined;
}
const options: TrackDocLoggerOptions = {
docsToTrackFn(docs) { return undefined; }
};

@@ -6,0 +10,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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