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

@brandingbrand/cargo-hold

Package Overview
Dependencies
Maintainers
100
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.68.0 to 11.69.0

src/index.js

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

# [11.69.0](https://github.com/brandingbrand/shipyard/compare/v11.68.0...v11.69.0) (2022-08-22)
# [11.68.0](https://github.com/brandingbrand/shipyard/compare/v11.67.0...v11.68.0) (2022-08-16)

@@ -7,0 +11,0 @@

8

package.json
{
"name": "@brandingbrand/cargo-hold",
"version": "11.68.0",
"version": "11.69.0",
"license": "MIT",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"main": "./index.js",
"module": "./index-esm.js",
"dependencies": {
"rxjs": "^7.5.2",
"fast-deep-equal": "^3.1.3"
"fast-deep-equal": "^3.1.3",
"tslib": "^2.0.0"
},
"peerDependencies": {}
}

@@ -59,3 +59,3 @@ import type { ActionOf, ActionSpecifier, AnyAction, AnyActionSpecifier, TypeGuard } from '../action-bus';

*/
export declare const matches: <DesiredActionSpecifierType extends AnyActionSpecifier>(specifier: DesiredActionSpecifierType, extraSources?: SourcesList | undefined) => TypeGuard<AnyAction<unknown>, ActionOf<DesiredActionSpecifierType>>;
export declare const matches: <DesiredActionSpecifierType extends AnyActionSpecifier>(specifier: DesiredActionSpecifierType, extraSources?: SourcesList) => TypeGuard<AnyAction<unknown>, ActionOf<DesiredActionSpecifierType>>;
/**

@@ -62,0 +62,0 @@ * Combines two type guards such that an action must comply with both.

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