pastebin-js
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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 @@ }) |
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
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
41027
212