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

rsdi

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsdi - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

10

DIContainer.js
"use strict";
var __spreadArrays = (this && this.__spreadArrays) || function () {
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
for (var r = Array(s), k = 0, i = 0; i < il; i++)
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -35,4 +42,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

var definition = this.definitions[name];
parentDeps.push(name);
this.resolved[name] = definition.resolve(this, parentDeps);
this.resolved[name] = definition.resolve(this, __spreadArrays(parentDeps, [name]));
return this.resolved[name];

@@ -39,0 +45,0 @@ };

2

package.json
{
"name": "rsdi",
"version": "1.0.9",
"version": "1.0.10",
"description": "dependency injection container",

@@ -5,0 +5,0 @@ "scripts": {

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