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.8.0 to 0.8.1

11

CHANGELOG.md

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

<a name="0.8.1"></a>
## [0.8.1](https://github.com/untool/untool/compare/v0.8.0...v0.8.1) (2018-06-18)
### Bug Fixes
* update dependency find-up to v3 ([ffe0f89](https://github.com/untool/untool/commit/ffe0f89))
<a name="0.8.0"></a>

@@ -8,0 +19,0 @@ # [0.8.0](https://github.com/untool/untool/compare/v0.7.0...v0.8.0) (2018-06-13)

2

lib/runtime.js

@@ -13,3 +13,3 @@ const define = require('mixinable');

const strategies = mixins.reduce(
(result, mixin) => ({ ...result, ...mixin.strategies }),
(result, mixin) => Object.assign({}, result, mixin.strategies),
{}

@@ -16,0 +16,0 @@ );

{
"name": "@untool/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "untool core",

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

"enhanced-resolve": "^4.0.0",
"find-up": "^2.1.0",
"find-up": "^3.0.0",
"flat": "^4.0.0",

@@ -29,0 +29,0 @@ "is-plain-object": "^2.0.4",

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