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.9.0 to 0.10.0

8

CHANGELOG.md

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

<a name="0.10.0"></a>
# [0.10.0](https://github.com/untool/untool/compare/v0.9.0...v0.10.0) (2018-06-26)
**Note:** Version bump only for package @untool/core
<a name="0.9.0"></a>

@@ -8,0 +16,0 @@ # [0.9.0](https://github.com/untool/untool/compare/v0.8.2...v0.9.0) (2018-06-25)

3

lib/runtime.js

@@ -22,5 +22,6 @@ const debug = require('debug')('untool:runtime');

return (...callArgs) =>
return function universalRenderMiddleware(...callArgs) {
createMixinable(config, ...renderArgs).render(...callArgs);
};
};
};
{
"name": "@untool/core",
"version": "0.9.0",
"version": "0.10.0",
"description": "untool core",

@@ -5,0 +5,0 @@ "main": "lib/core.js",

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