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.10.5 to 0.10.6

2

base/services/resolveUrl.js

@@ -23,3 +23,3 @@ var url = require('url');

// Resolve against the base url if there is a base and the new path is not absolute
newPath = path.resolve(base, newPath).substr(1);
newPath = path.resolve(base, newPath).replace(/^(\w:)?\//,'');
} else {

@@ -26,0 +26,0 @@ // Otherwise resolve against the current path

# Changelog
## v0.10.4 15th October 2014
## v0.10.6 10th November 2014
* fix(base/resolveUrl) : Handle the path c:\ under Windows ef23d430
* fix(jsdoc/extractTagsProcessor): remove parameter that was hiding the real variable ba34f921
## v0.10.5 15th October 2014
* feat(examples/generateProtractorTestsProcessor): allow basePath of test to be specified 2bfb6666

@@ -6,0 +12,0 @@

@@ -35,3 +35,3 @@ var _ = require('lodash');

*/
function createTagExtractor(tagDefinitions, defaultTagTransforms, createDocMessage) {
function createTagExtractor(tagDefinitions, defaultTagTransforms) {

@@ -38,0 +38,0 @@ // Compute a default transformation function

{
"name": "dgeni-packages",
"version": "0.10.5",
"version": "0.10.6",
"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