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

bottlejs

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bottlejs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/bottle.js
;(function(undefined) {
'use strict';
/**
* BottleJS v1.0.0 - 2015-05-25
* BottleJS v1.0.1 - 2015-10-05
* A powerful dependency injection micro container

@@ -382,3 +382,3 @@ *

}
return instance ? applyMiddleware(id, name, instance, container) : instance;
return instance === undefined ? instance : applyMiddleware(id, name, instance, container);
}

@@ -385,0 +385,0 @@ };

{
"name": "bottlejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "A powerful dependency injection micro container",

@@ -5,0 +5,0 @@ "main": "dist/bottle.js",

@@ -62,3 +62,3 @@

The above example is simple. But, what if the Beer service had dependencies? For eample:
The above example is simple. But, what if the Beer service had dependencies? For example:

@@ -65,0 +65,0 @@ ```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