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

@untool/core

Package Overview
Dependencies
Maintainers
6
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untool/core - npm Package Compare versions

Comparing version 0.5.0 to 0.7.0

16

CHANGELOG.md

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

<a name="0.7.0"></a>
# [0.7.0](https://github.com/untool/untool/compare/v0.4.0...v0.7.0) (2018-06-05)
### Bug Fixes
* update dependency cosmiconfig to v5 ([dc20aaf](https://github.com/untool/untool/commit/dc20aaf))
### Features
* **core:** make "UNTOOL" in UNTOOL_ENV configurable through UNTOOL_NSP ([20ecfbf](https://github.com/untool/untool/commit/20ecfbf))
<a name="0.5.0"></a>

@@ -8,0 +24,0 @@ # [0.5.0](https://github.com/untool/untool/compare/v0.4.3...v0.5.0) (2018-05-07)

3

lib/config.js

@@ -45,3 +45,4 @@ const { basename, dirname, join } = require('path');

const applyEnv = result => {
const env = process.env.UNTOOL_ENV || process.env.NODE_ENV;
const nsp = process.env.UNTOOL_NSP || 'untool';
const env = process.env[nsp.toUpperCase() + '_ENV'] || process.env.NODE_ENV;
const config = result && result.config;

@@ -48,0 +49,0 @@ return result

{
"name": "@untool/core",
"version": "0.5.0",
"version": "0.7.0",
"description": "untool core",

@@ -24,3 +24,3 @@ "main": "lib/core.js",

"dependencies": {
"cosmiconfig": "^5.0.1",
"cosmiconfig": "^5.0.5",
"enhanced-resolve": "^4.0.0",

@@ -31,3 +31,3 @@ "find-up": "^2.1.0",

"lodash.mergewith": "^4.6.1",
"mixinable": "^2.0.0"
"mixinable": "^3.0.0"
},

@@ -34,0 +34,0 @@ "engines": {

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