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

@ethanresnick/bottlejs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethanresnick/bottlejs - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

dist/bottle.d.ts

@@ -110,4 +110,3 @@ declare type StringKeys<T extends object> = keyof T & string;

interface IContainer<Deps extends object = object> {
[key: string]: any;
interface _IContainer<Deps extends object = object> {
$decorator(name: string | Decorator, func?: Decorator): this;

@@ -117,2 +116,4 @@ $register(Obj: Bottle.IRegisterableObject): this;

}
type IContainer<Deps extends object = object> = _IContainer<Deps> & Deps;
}

2

package.json
{
"name": "@ethanresnick/bottlejs",
"version": "2.0.3",
"version": "2.0.4",
"description": "A powerful dependency injection micro container",

@@ -5,0 +5,0 @@ "main": "dist/bottle.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