Comparing version 0.2.10 to 0.2.11
@@ -11,2 +11,5 @@ var util = require('util') | ||
function PubSubConnection(secret, stream){ | ||
if( !secret){ | ||
throw new Error('Invalid client secret.') | ||
} | ||
this.appSecret = secret; | ||
@@ -13,0 +16,0 @@ this.stream = stream; |
@@ -28,2 +28,4 @@ var stream = require('stream') | ||
console.log('28',opts); | ||
Transform.call(this, { | ||
@@ -30,0 +32,0 @@ objectMode: true |
{ | ||
"name": "socializr", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Read data streams from several social networks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
48827
1735