pastebin-js
Advanced tools
Comparing version 0.1.5 to 0.1.6
var _ = require('underscore'), | ||
fs = require('fs'), | ||
xml2js = require('xml2js'), | ||
Q = require('Q'), | ||
Q = require('q'), | ||
method = require('../lib/methods'), | ||
@@ -463,2 +463,2 @@ conf = require('../lib/config'); | ||
module.exports = Pastebin; | ||
module.exports = Pastebin; |
@@ -0,1 +1,5 @@ | ||
0.1.6 / 2014-07-03 | ||
* Change Q to lowercase, fixing error module not found | ||
0.1.5 / 2014-04-06 | ||
@@ -2,0 +6,0 @@ ================== |
var request = require('request'), | ||
config = require('./config'), | ||
Q = require('Q'), | ||
Q = require('q'), | ||
TIMEOUT = 4000, | ||
@@ -5,0 +5,0 @@ HEADERS = { |
{ | ||
"name": "pastebin-js", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "NodeJS module for Pastebin API", | ||
@@ -5,0 +5,0 @@ "main": "index", |
pastebin-js | ||
=========== | ||
[![NPM](https://nodei.co/npm/pastebin-js.png?downloads=true&stars=true)](https://nodei.co/npm/pastebin-js/) | ||
NodeJS module to access the Pastebin API | ||
@@ -5,0 +7,0 @@ |
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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
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
36977
11
904
142
1