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

@spinajs/di

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/di - npm Package Compare versions

Comparing version 1.2.127 to 1.2.208

2

lib/container.js

@@ -85,3 +85,3 @@ "use strict";

// get value registered as TypedArray ( mean to return all created instances )
if (service instanceof array_1.TypedArray) {
if (service instanceof Array && service.constructor.name === 'TypedArray') {
return this.cache.get((0, helpers_1.getTypeName)(service.Type));

@@ -88,0 +88,0 @@ }

{
"name": "@spinajs/di",
"version": "1.2.127",
"version": "1.2.208",
"description": "lightweight di container ",

@@ -46,3 +46,3 @@ "main": "lib/index.js",

},
"gitHead": "53b022d0e70b7f2689ac984578b52afb0fd9e967"
"gitHead": "739793a1046a9e5d0b687a221ac95894d392143a"
}

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