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

cubekit-ioc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cubekit-ioc - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/Container.js

@@ -78,4 +78,4 @@ 'use strict';

var deps = this._makeDeps(Type, args);
var Binding = this._getBindingOrReturnType(Type);
var deps = this._makeDeps(Binding, args);

@@ -82,0 +82,0 @@ return new (_bind.apply(Binding, [null].concat(deps)))();

{
"name": "cubekit-ioc",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cubekit IoC Container",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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