Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pastebin-js

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pastebin-js - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

npm-shrinkwrap.json

4

bin/pastebin.js
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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc