Socket
Socket
Sign inDemoInstall

dgeni-packages

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dgeni-packages - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## v0.8.3 04/23/2014
**Bug Fixes**
* fix(ngdoc): don't show first param in filter syntax 9c5a7f26
* fix(jsdoc): fix typo in error message b1e7dd08
## v0.8.2 03/22/2014

@@ -2,0 +10,0 @@

2

jsdoc/tag-defs/index.js

@@ -20,3 +20,3 @@ var checkProperty = require('dgeni/lib/utils/check-property');

if ( !(doc.docType === 'event' || doc.docType === 'property' || doc.docType === 'method') ) {
throw new Error('"@'+ tag.name +'" tag found on non-'+ doc.docTyep +' document in file "' + doc.file + '" at line ' + doc.startingLine);
throw new Error('"@'+ tag.name +'" tag found on non-'+ doc.docType +' document in file "' + doc.file + '" at line ' + doc.startingLine);
}

@@ -23,0 +23,0 @@ }

{
"name": "dgeni-packages",
"version": "0.8.2",
"version": "0.8.3",
"description": "A collection of dgeni packages for generating documentation from source code",

@@ -57,4 +57,5 @@ "scripts": {

"Julie <ju.ralph@gmail.com>",
"Kevin Rowe <kevinrowe@outlook.com>"
"Kevin Rowe <kevinrowe@outlook.com>",
"Pascal Precht <pascal.precht@googlemail.com>"
]
}

Sorry, the diff of this file is not supported yet

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