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

@bettercorp/tools

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bettercorp/tools - npm Package Compare versions

Comparing version 2.1.14 to 2.1.16-rc

9

lib/Interfaces.d.ts

@@ -14,3 +14,3 @@ export interface IDictionary<T = any> {

Param | ParamsFromString<`${Pre}${Post}`> : never;
export declare type DynamicallyReferencedMethod<Interface extends IDictionary<Function>, Method extends string, ArgsReference extends boolean = true> = ArgsReference extends true ? Interface[Method] extends (...a: infer Arguments) => infer Return ? [
export declare type DynamicallyReferencedMethod<Interface extends DynamicallyReferencedType, Method extends string, ArgsReference extends boolean = true> = ArgsReference extends true ? Interface[Method] extends (...a: infer Arguments) => infer Return ? [
method: Method,

@@ -22,6 +22,5 @@ ...a: Arguments

] : Interface[Method] extends (...a: infer Arguments) => infer Return ? Return : never;
export interface DynamicallyReferencedMethodBase extends IDictionary<Function | any> {
export declare type DynamicallyReferencedType = IDictionary<Function>;
export interface DynamicallyReferencedMethodBase extends DynamicallyReferencedType {
}
export declare class DynamicallyReferencedMethodClass implements DynamicallyReferencedMethodBase {
[index: string]: Function | any;
}
export declare type DynamicallyReferencedMethodType<T> = T & DynamicallyReferencedMethodBase;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DynamicallyReferencedMethodClass = void 0;
class DynamicallyReferencedMethodClass {
}
exports.DynamicallyReferencedMethodClass = DynamicallyReferencedMethodClass;
//# sourceMappingURL=Interfaces.js.map

@@ -20,3 +20,3 @@ {

"main": "lib/index.js",
"version": "2.1.14",
"version": "2.1.16-rc",
"devDependencies": {

@@ -23,0 +23,0 @@ "@types/crypto-js": "^4.1.1",

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