Socket
Socket
Sign inDemoInstall

@brandingbrand/cargo-hold

Package Overview
Dependencies
Maintainers
96
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandingbrand/cargo-hold - npm Package Compare versions

Comparing version 11.53.0 to 11.54.0

4

CHANGELOG.md

@@ -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 @@

14

index-esm.js

@@ -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;

@@ -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 @@ },

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