Socket
Socket
Sign inDemoInstall

dgeni-packages

Package Overview
Dependencies
Maintainers
2
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.10.17 to 0.10.18

5

CHANGELOG.md
# Changelog
## v0.10.18 10 July 2015
* fix(jsdoc/private tagdef): assign true to private property if tag is found 640d3da6
## v0.10.17 23 June 2015

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

5

jsdoc/tag-defs/private.js
module.exports = function() {
return { name: 'private' };
return {
name: 'private',
transforms: function() { return true; }
};
};

2

package.json
{
"name": "dgeni-packages",
"version": "0.10.17",
"version": "0.10.18",
"description": "A collection of dgeni packages for generating documentation from source code",

@@ -5,0 +5,0 @@ "scripts": {

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