@brandingbrand/cargo-hold
Advanced tools
Comparing version 11.53.0 to 11.54.0
@@ -5,2 +5,6 @@ # Changelog | ||
# [11.54.0](https://github.com/brandingbrand/shipyard/compare/v11.53.0...v11.54.0) (2022-04-26) | ||
# [11.53.0](https://github.com/brandingbrand/shipyard/compare/v11.52.0...v11.53.0) (2022-04-19) | ||
@@ -7,0 +11,0 @@ |
@@ -66,3 +66,3 @@ import { pipe, branchObject, branch } from '@brandingbrand/standard-compose'; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -302,3 +302,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -396,3 +396,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -575,3 +575,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -672,3 +672,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -736,3 +736,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -920,3 +920,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -923,0 +923,0 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; |
14
index.js
@@ -74,3 +74,3 @@ 'use strict'; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -310,3 +310,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -404,3 +404,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -583,3 +583,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -680,3 +680,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -744,3 +744,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -928,3 +928,3 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; | ||
var ownKeys = Object.keys(source); | ||
if (typeof Object.getOwnPropertySymbols === "function") { | ||
if (typeof Object.getOwnPropertySymbols === 'function') { | ||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { | ||
@@ -931,0 +931,0 @@ return Object.getOwnPropertyDescriptor(source, sym).enumerable; |
{ | ||
"name": "@brandingbrand/cargo-hold", | ||
"version": "11.53.0", | ||
"version": "11.54.0", | ||
"license": "MIT", | ||
@@ -10,7 +10,6 @@ "typings": "./src/index.d.ts", | ||
"rxjs": "^7.5.2", | ||
"@brandingbrand/standard-compose": "11.53.0", | ||
"@brandingbrand/standard-result": "11.53.0", | ||
"@brandingbrand/types-utility": "11.53.0", | ||
"@brandingbrand/standard-branded": "11.53.0", | ||
"@brandingbrand/standard-lens": "11.53.0", | ||
"@brandingbrand/standard-compose": "11.54.0", | ||
"@brandingbrand/standard-result": "11.54.0", | ||
"@brandingbrand/types-utility": "11.54.0", | ||
"@brandingbrand/standard-lens": "11.54.0", | ||
"fast-deep-equal": "^3.1.3" | ||
@@ -17,0 +16,0 @@ }, |
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
142345
6
+ Added@brandingbrand/standard-branded@11.54.0(transitive)
+ Added@brandingbrand/standard-compose@11.54.0(transitive)
+ Added@brandingbrand/standard-lens@11.54.0(transitive)
+ Added@brandingbrand/standard-result@11.54.0(transitive)
+ Added@brandingbrand/types-utility@11.54.0(transitive)
- Removed@brandingbrand/standard-branded@11.53.0(transitive)
- Removed@brandingbrand/standard-compose@11.53.0(transitive)
- Removed@brandingbrand/standard-lens@11.53.0(transitive)
- Removed@brandingbrand/standard-result@11.53.0(transitive)
- Removed@brandingbrand/types-utility@11.53.0(transitive)