@appliedblockchain/helpers
Advanced tools
Comparing version 5.5.0 to 5.5.1
# Changelog | ||
## [v5.5.1](../../compare/v5.5.0...v5.5.1) (2020-06-03) | ||
* Dropping is-pending from index as bundlers don't support... | ||
* Updating changelog. | ||
## [v5.5.0](../../compare/v5.4.1...v5.5.0) (2020-06-03) | ||
@@ -4,0 +9,0 @@ |
@@ -61,3 +61,3 @@ // @flow | ||
const isObject = require('./is-object') | ||
const isPending = require('./is-pending') | ||
// const isPending = require('./is-pending') | ||
const isPlainObjectShallow = require('./is-plain-object-shallow') | ||
@@ -186,3 +186,3 @@ const isPromise = require('./is-promise') | ||
isObject, | ||
isPending, | ||
// isPending, | ||
isPlainObjectShallow, | ||
@@ -189,0 +189,0 @@ isPromise, |
{ | ||
"name": "@appliedblockchain/helpers", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "No dependency, single file helpers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154607