Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 1.0.6

6

package.json
{
"name": "pastebin-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "NodeJS module for Pastebin API",

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

"chai-as-promised": "^7.1.1",
"grunt": "^1.0.1",
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsdoc-to-markdown": "^4.0.0",

@@ -29,0 +29,0 @@ "grunt-simple-mocha": "^0.4.1",

pastebin-js
===========
> Update 2020-11-05 --- I consider this package to be **deprecated**. Please install [pastebin-ts](https://www.npmjs.com/package/pastebin-ts) for an up to date wrapper for Pastebin! Active development on the current package is halted
[![NPM](https://nodei.co/npm/pastebin-js.svg?downloads=true&stars=true)](https://nodei.co/npm/pastebin-js/)

@@ -44,3 +50,3 @@

.then(function (data) {
// we have succesfully pasted it. Data contains the id
// we have successfully pasted it. Data contains the id
console.log(data);

@@ -110,3 +116,3 @@ })

.then(function (data) {
// paste succesfully created, data contains the id
// paste successfully created, data contains the id
console.log(data);

@@ -113,0 +119,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