Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dgeni-packages

Package Overview
Dependencies
Maintainers
4
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.28.2 to 0.28.3

2

base/services/writeFile.js

@@ -1,2 +0,2 @@

var mkdirp = require('mkdirp-promise');
var mkdirp = require('mkdirp');
var fs = require('fs');

@@ -3,0 +3,0 @@ var path = require('canonical-path');

# Changelog
# 0.28.3 12 February 2020
## Bug Fixes
- **base:** ensure writeFile() actually writes files to disk
([eda95f](https://github.com/angular/angular.js/commit/eda95f7f966d8d8257ebcbcbabf4b7a3f46075aa),
[#287](https://github.com/angular/dgeni-packages/issues/287))
# 0.28.2 21 November 2019

@@ -4,0 +12,0 @@

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

@@ -53,4 +53,3 @@ "scripts": {

"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
"mkdirp-promise": "^5.0.0",
"mkdirp": "^1.0.3",
"nunjucks": "^3.1.6",

@@ -69,2 +68,3 @@ "rehype": "^8.0.0",

"@types/lodash": "^4.14.66",
"@types/mkdirp": "^1.0.0",
"@types/node": "^7.0.29",

@@ -71,0 +71,0 @@ "changez": "^2.1.1",

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