pastebin-js
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -127,2 +127,3 @@ 'use strict'; | ||
var deferred = Q.defer(); | ||
var self = this; | ||
@@ -138,3 +139,3 @@ if (!filename) { | ||
this.createPaste(data, title, format, privacy, expiration) | ||
self.createPaste(data, title, format, privacy, expiration) | ||
.then(deferred.resolve) | ||
@@ -141,0 +142,0 @@ .fail(deferred.reject); |
{ | ||
"name": "pastebin-js", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"npm-shrinkwrap-version": "5.4.0", | ||
@@ -5,0 +5,0 @@ "node-version": "v0.12.4", |
{ | ||
"name": "pastebin-js", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "NodeJS module for Pastebin API", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
60961
969