Socket
Socket
Sign inDemoInstall

node-tool-utils

Package Overview
Dependencies
40
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.2.2](https://github.com/hubcarl/node-tool-utils/compare/1.2.1...1.2.2) (2019-07-05)
### Bug Fixes
* exports npm module ([f1827c7](https://github.com/hubcarl/node-tool-utils/commit/f1827c7))
<a name="1.2.1"></a>

@@ -2,0 +11,0 @@ ## [1.2.1](https://github.com/hubcarl/node-tool-utils/compare/1.2.0...1.2.1) (2019-03-07)

2

index.js
'use strict';
module.exports = require('./lib/tool');
exports.chalk = require('chalk');

@@ -8,1 +7,2 @@ exports.shell = require('shelljs');

exports.opn = require('opn');
Object.assign(exports, require('./lib/tool'));
{
"name": "node-tool-utils",
"version": "1.2.1",
"version": "1.2.2",
"description": "node cross-platform tool library",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc