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

mixinable

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixinable - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="3.1.1"></a>
## [3.1.1](https://github.com/untool/mixinable/compare/v3.1.0...v3.1.1) (2018-07-24)
### Bug Fixes
* make exports.sync.callable sync ([236adf5](https://github.com/untool/mixinable/commit/236adf5))
<a name="3.1.0"></a>

@@ -7,0 +17,0 @@ # [3.1.0](https://github.com/untool/mixinable/compare/v3.0.0...v3.1.0) (2018-07-23)

2

index.js

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

exports.sync = {
callable: asynchronize(exports.callable),
callable: synchronize(exports.callable),
override: synchronize(exports.override),

@@ -60,0 +60,0 @@ sequence: synchronize(exports.parallel),

{
"name": "mixinable",
"version": "3.1.0",
"version": "3.1.1",
"description": "Functional JavaScript Mixin Utility",

@@ -5,0 +5,0 @@ "main": "index.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