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

@tinkoff/dippy

Package Overview
Dependencies
Maintainers
16
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.7.37 to 0.7.38

2

lib/di.es.js

@@ -88,3 +88,3 @@ const Scope = {

provider.useFactory === undefined)) {
throw createError(`Invalid provider. Проверь что отправляется в DI, сейчас нам приходит не верный формат: ${JSON.stringify(provider, (k, v) => {
throw createError(`Invalid provider. Check what is passed to the DI. Current value is not a provider: ${JSON.stringify(provider, (k, v) => {
return v === undefined ? 'undefined' : v;

@@ -91,0 +91,0 @@ })}`, {

@@ -92,3 +92,3 @@ 'use strict';

provider.useFactory === undefined)) {
throw createError(`Invalid provider. Проверь что отправляется в DI, сейчас нам приходит не верный формат: ${JSON.stringify(provider, (k, v) => {
throw createError(`Invalid provider. Check what is passed to the DI. Current value is not a provider: ${JSON.stringify(provider, (k, v) => {
return v === undefined ? 'undefined' : v;

@@ -95,0 +95,0 @@ })}`, {

{
"name": "@tinkoff/dippy",
"version": "0.7.37",
"version": "0.7.38",
"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