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

@tinkoff/dippy

Package Overview
Dependencies
Maintainers
17
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinkoff/dippy - npm Package Compare versions

Comparing version 0.8.14 to 0.8.15

5

lib/modules/declareModule.d.ts

@@ -6,6 +6,3 @@ import type { Provider } from '../Provider';

type ModuleExtendType<E extends ExtendType> = {
[key in keyof E]: (...args: Parameters<E[key]>) => {
mainModule: ModuleType;
providers: ReturnType<E[key]>;
};
[key in keyof E]: (...args: Parameters<E[key]>) => ModuleType;
};

@@ -12,0 +9,0 @@ export declare function declareModule<Extend extends ExtendType>({ name, providers, imports, extend, }: {

2

package.json
{
"name": "@tinkoff/dippy",
"version": "0.8.14",
"version": "0.8.15",
"initialVersion": "0.7.27",

@@ -5,0 +5,0 @@ "description": "",

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