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.3.2 to 0.3.3

3

bin/pastebin.js

@@ -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",

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