Comparing version 2.0.0 to 2.0.1
/** | ||
* 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
416804
19
11657
1