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

@untool/core

Package Overview
Dependencies
Maintainers
4
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 1.0.0-rc.18 to 1.0.0-rc.19

11

CHANGELOG.md

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

# [1.0.0-rc.19](https://github.com/untool/untool/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2019-01-22)
### Bug Fixes
* **core:** add empty mixins array to defaults ([4e24751](https://github.com/untool/untool/commit/4e24751))
# [1.0.0-rc.18](https://github.com/untool/untool/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2019-01-18)

@@ -8,0 +19,0 @@

2

lib/config.js

@@ -25,3 +25,3 @@ 'use strict';

const defaults = { rootDir, name, version };
const defaults = { rootDir, name, version, mixins: [] };
const settings = loadConfig(untoolNamespace, pkgData, rootDir);

@@ -28,0 +28,0 @@

{
"name": "@untool/core",
"version": "1.0.0-rc.18",
"version": "1.0.0-rc.19",
"description": "untool core",

@@ -35,3 +35,3 @@ "repository": {

},
"gitHead": "cb741f8d7325c35abc0c8f8343cdcd83c59b7acf"
"gitHead": "c4db209a290de743fb022392902a48e990f684d9"
}
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