New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mini-tools

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-tools - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

lib/mini-tools.js

@@ -12,2 +12,3 @@ "use strict";

var fs = require('fs-promise');
var jsYaml = require('js-yaml');
var readYaml = require('read-yaml-promise');

@@ -131,2 +132,6 @@

MiniTools.serveYaml = function serveJson(object){
return MiniTools.serveText(jsYaml.safeDump(object),'application/x-yaml');
};
MiniTools.readConfig = function readConfig(listOfFileNamesOrConfigObjects, opts){

@@ -133,0 +138,0 @@ opts = opts || {};

3

package.json
{
"name": "mini-tools",
"description": "mini tools for express and others",
"version": "0.3.1",
"version": "0.3.2",
"author": "Codenautas <codenautas@googlegroups.com>",

@@ -15,2 +15,3 @@ "license": "MIT",

"fs-promise": "~0.5.0",
"js-yaml": "~3.6.1",
"read-yaml-promise": "~1.0.2",

@@ -17,0 +18,0 @@ "send": "~0.14.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