New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pastebin-js

Package Overview
Dependencies
Maintainers
2
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 1.0.4 to 1.0.5

2

bin/pastebin.js

@@ -65,3 +65,3 @@ 'use strict';

}
return this._getApi(conf.net.protocol + conf.net.base + conf.net.endpoint.api + id, null);
return this._getApi(conf.net.protocol + conf.net.base + conf.net.endpoint.raw + id, null);
};

@@ -68,0 +68,0 @@

{
"name": "pastebin-js",
"version": "1.0.4",
"version": "1.0.5",
"description": "NodeJS module for Pastebin API",

@@ -5,0 +5,0 @@ "main": "index",

@@ -91,2 +91,4 @@ pastebin-js

**pastebin.getPaste(pasteID, isPrivate)** : get a private paste. Set ``isPrivate`` to ``true``. You will need to provide a username & password in your config!
**pastebin.getUserInfo()** : gets the userinfo

@@ -93,0 +95,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