New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@endo/patterns

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/patterns - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

22

package.json
{
"name": "@endo/patterns",
"version": "1.2.0",
"version": "1.3.0",
"description": "Description forthcoming.",

@@ -35,12 +35,12 @@ "keywords": [],

"dependencies": {
"@endo/common": "^1.1.0",
"@endo/errors": "^1.1.0",
"@endo/eventual-send": "^1.1.2",
"@endo/marshal": "^1.3.0",
"@endo/promise-kit": "^1.0.4"
"@endo/common": "^1.2.0",
"@endo/errors": "^1.2.0",
"@endo/eventual-send": "^1.2.0",
"@endo/marshal": "^1.4.0",
"@endo/promise-kit": "^1.1.0"
},
"devDependencies": {
"@endo/init": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"ava": "^5.3.0",
"@endo/init": "^1.1.0",
"@endo/ses-ava": "^1.2.0",
"ava": "^6.1.2",
"babel-eslint": "^10.0.3",

@@ -53,3 +53,3 @@ "eslint": "^8.46.0",

"prettier": "^3.0.0",
"typescript": "~5.3.3"
"typescript": "~5.4.2"
},

@@ -80,3 +80,3 @@ "files": [

},
"gitHead": "297fed572fedec0e1ae3ce34cf409f9d45233d43"
"gitHead": "36384eb5a4bbd11dd3d06a8045d620f8d6569590"
}
export function getAwaitArgGuardPayload(awaitArgGuard: import('./types.js').AwaitArgGuard): import('./types.js').AwaitArgGuardPayload;
export function getMethodGuardPayload(methodGuard: import('./types.js').MethodGuard): import('./types.js').MethodGuardPayload;
export function getInterfaceGuardPayload<T extends Record<PropertyKey, import("../types.js").MethodGuard> = Record<PropertyKey, import("../types.js").MethodGuard>>(interfaceGuard: import("./types.js").InterfaceGuard<T>): import("./types.js").InterfaceGuardPayload<T>;
export function getInterfaceGuardPayload<T extends Record<PropertyKey, import("./types.js").MethodGuard> = Record<PropertyKey, import("./types.js").MethodGuard>>(interfaceGuard: import("./types.js").InterfaceGuard<T>): import("./types.js").InterfaceGuardPayload<T>;
export function getInterfaceMethodKeys(interfaceGuard: import('./types.js').InterfaceGuard): (string | symbol)[];
//# sourceMappingURL=getGuardPayloads.d.ts.map

@@ -17,8 +17,8 @@ export namespace defaultLimits {

export const isPattern: (patt: any) => boolean;
export const getRankCover: import("../types.js").GetRankCover;
export const M: import("../types.js").MatcherNamespace;
export const getRankCover: import("./types.js").GetRankCover;
export const M: import("./types.js").MatcherNamespace;
export const kindOf: (specimen: any, check?: import("@endo/marshal").Checker | undefined) => import("./types.js").Kind | undefined;
export const AwaitArgGuardShape: import("../types.js").Matcher;
export function isAwaitArgGuard(specimen: any): specimen is import("../types.js").AwaitArgGuard;
export function assertAwaitArgGuard(specimen: any): asserts specimen is import("../types.js").AwaitArgGuard;
export function isAwaitArgGuard(specimen: any): specimen is import("./types.js").AwaitArgGuard;
export function assertAwaitArgGuard(specimen: any): asserts specimen is import("./types.js").AwaitArgGuard;
export const RawGuardShape: import("../types.js").Matcher;

@@ -32,6 +32,6 @@ export function isRawGuard(specimen: any): boolean;

export const MethodGuardShape: import("../types.js").Matcher;
export function assertMethodGuard(specimen: any): asserts specimen is import("../types.js").MethodGuard;
export function assertMethodGuard(specimen: any): asserts specimen is import("./types.js").MethodGuard;
export const InterfaceGuardPayloadShape: import("../types.js").Matcher;
export const InterfaceGuardShape: import("../types.js").Matcher;
export function assertInterfaceGuard(specimen: any): asserts specimen is import("./types.js").InterfaceGuard<Record<PropertyKey, import("../types.js").MethodGuard>>;
export function assertInterfaceGuard(specimen: any): asserts specimen is import("./types.js").InterfaceGuard<Record<PropertyKey, import("./types.js").MethodGuard>>;
//# sourceMappingURL=patternMatchers.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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