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.4 to 0.4.5

lib/index.d.ts

4

CHANGELOG.md

@@ -5,4 +5,6 @@ # ChangeLog

Minor docs and chores updates
Minor docs and chores updates; in particular the `@types/mocha` dependency was moved
to devDependencies to prevent unwanted leakage into client projects.
## v0.4.3 (12th February 2017)

@@ -9,0 +11,0 @@

@@ -237,6 +237,2 @@ "use strict";

exports.Dgeni = Dgeni;
// This is a hack so that you can still require Dgeni
// in CommonJS as: `var Dgeni = require('dgeni');`
module.exports = Dgeni;
module.exports.Dgeni = Dgeni;
//# sourceMappingURL=Dgeni.js.map
{
"name": "dgeni",
"version": "0.4.4",
"version": "0.4.5",
"description": "Flexible JavaScript documentation generator used by Angular",
"main": "lib/Dgeni.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

@@ -7,0 +7,0 @@ "bin": {

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