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

Install Socket

Detect and block malicious and high-risk dependencies

Install

blcdn - npm Package Compare versions

Comparing version

to
1.1.1

@@ -0,1 +1,9 @@

### 1.1.1 (2015-01-19)
#### Bug Fixes
* **main:** put the `realUrl` on the prototype ([1a8fceaa](https://github.com/bloglovin/blcdn/commit/1a8fceaa77ddff3f80cae792ae30000c7cfc6d10))
## 1.1.0 (2015-01-19)

@@ -2,0 +10,0 @@

@@ -32,3 +32,3 @@ /* jshint node: true */

*/
Cdn.realUrl = function(url) {
Cdn.prototype.realUrl = function(url) {
var p = lib.url.parse(url);

@@ -35,0 +35,0 @@ if (this.hosts.indexOf(p.hostname) !== -1) {

{
"name": "blcdn",
"version": "1.1.0",
"version": "1.1.1",
"description": "Bloglovin CDN client",

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