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

untool

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untool - npm Package Compare versions

Comparing version 0.12.0 to 0.15.0

mixin.core.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.15.0"></a>
# [0.15.0](https://github.com/untool/untool/compare/v0.14.2...v0.15.0) (2018-08-02)
### Features
* **untool:** introduce simple logging ([29109ba](https://github.com/untool/untool/commit/29109ba))
<a name="0.12.0"></a>

@@ -8,0 +19,0 @@ # [0.12.0](https://github.com/untool/untool/compare/v0.11.0...v0.12.0) (2018-07-06)

2

index.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

const yargsPath = resolve(dirname(pkgFile), '@untool/yargs');
require(yargsPath).run();
require(yargsPath).run({ mixins: [__dirname] });
} catch (_) {

@@ -15,0 +15,0 @@ // eslint-disable-next-line no-console

{
"name": "untool",
"version": "0.12.0",
"version": "0.15.0",
"description": "untool cli",

@@ -25,4 +25,5 @@ "preferGlobal": true,

"enhanced-resolve": "^4.0.0",
"find-up": "^3.0.0"
"find-up": "^3.0.0",
"pretty-ms": "^3.2.0"
}
}
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