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.1.0 to 1.2.0

6

index.js

@@ -28,3 +28,7 @@ var request = require('request');

if(!body.entries) {
if (body.error) {
return callback(body.error);
}
if (!body.entries) {
return callback(null, [body]);

@@ -31,0 +35,0 @@ }

2

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

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

@@ -5,3 +5,3 @@ var pld = require('./index');

endpoint: 'profile.json',
apiKey: 'lUVTLOpqMwOhFzsQ7rWD'
apiKey: 'lUVTLOpqMwOhFzsQ7rWD///'
};

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