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 2.0.0 to 2.0.1

_SpecRunner.html

4

dist/bottle-es.js
/**
* BottleJS v2.0.0 - 2020-08-20
* BottleJS v2.0.1 - 2022-06-28
* A powerful dependency injection micro container
*
* Copyright (c) 2020 Stephen Young
* Copyright (c) 2022 Stephen Young
* Licensed MIT

@@ -7,0 +7,0 @@ */

;(function(undefined) {
'use strict';
/**
* BottleJS v2.0.0 - 2020-08-20
* BottleJS v2.0.1 - 2022-06-28
* A powerful dependency injection micro container
*
* Copyright (c) 2020 Stephen Young
* Copyright (c) 2022 Stephen Young
* Licensed MIT

@@ -9,0 +9,0 @@ */

{
"name": "bottlejs",
"version": "2.0.0",
"version": "2.0.1",
"description": "A powerful dependency injection micro container",

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

"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^2.0.3",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jasmine": "^3.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",

@@ -37,0 +37,0 @@ "grunt-wrap": "^0.3.1",

@@ -238,3 +238,3 @@

Used to get an instance of bottle. If a name is passed, bottle will return the same instance. Calling the Bottle constructor as a function will call and return return `Bottle.pop`, so `Bottle.pop('Soda') === Bottle('Soda')`
Used to get an instance of bottle. If a name is passed, bottle will return the same instance. Calling the Bottle constructor as a function will call and return `Bottle.pop`, so `Bottle.pop('Soda') === Bottle('Soda')`

@@ -241,0 +241,0 @@ Param | Type | Details

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