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.6 to 0.4.7

lib/mocks/log.d.ts

5

CHANGELOG.md
# ChangeLog
## 0.4.7 15 February 2017
* fix(mocks): ensure mock logger is available in the published package ca43a807
## v0.4.6 (14th February 2017)

@@ -4,0 +9,0 @@

2

lib/index.d.ts

@@ -5,1 +5,3 @@ export { Processor } from './Processor';

export { Dgeni } from './Dgeni';
export { Package } from './Package';
export { Module } from './Module';

@@ -5,2 +5,4 @@ "use strict";

exports.Dgeni = Dgeni_2.Dgeni;
var Package_1 = require("./Package");
exports.Package = Package_1.Package;
// This is a hack so that you can still require Dgeni

@@ -7,0 +9,0 @@ // in CommonJS as: `var Dgeni = require('dgeni');`

5

package.json
{
"name": "dgeni",
"version": "0.4.6",
"version": "0.4.7",
"description": "Flexible JavaScript documentation generator used by Angular",

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

"files": [
"lib"
"lib",
"src"
],

@@ -14,0 +15,0 @@ "scripts": {

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