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

pipelinedeals

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipelinedeals - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

index.js

@@ -17,2 +17,5 @@ var request = require('request');

var url = BASE_URL + options.endpoint + '?api_key=' + options.apiKey + '&page=' + page + '&per_page=200';
if(options.debug) {
console.log('pipelinedeals url: ', url);
}

@@ -26,2 +29,5 @@ request({url: url}, function (err, response, body) {

} catch (e) {
if(options.debug) {
console.log('pipelinedeals response: ', body);
}
return callback('Response was not valid json. The Url was probably invalid. URL: ' + url);

@@ -28,0 +34,0 @@ }

2

package.json
{
"name": "pipelinedeals",
"version": "1.2.0",
"version": "1.3.0",
"description": "Easier access to the PipelineDeals API",

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

var pld = require('./index');
var options = {
endpoint: 'profile.json',
apiKey: 'lUVTLOpqMwOhFzsQ7rWD///'
endpoint: 'company_custom_field_labels.json',
apiKey: 'lUVTLOpqMwOhFzsQ7rWD'
};

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