Socket
Socket
Sign inDemoInstall

company-finder

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

index.js

@@ -17,3 +17,3 @@ var https = require('https');

// There should be an email
// There should be a company
if (!query) {

@@ -20,0 +20,0 @@ this.sendBack('Provide the company to find.', null, fn);

{
"name": "company-finder",
"version": "1.2.2",
"version": "1.2.3",
"description": "A module to find company URL from company name using the ClearBit API.",

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

@@ -6,7 +6,7 @@ Company Finder

npm install companyfinder --save
npm install company-finder --save
## Usage
var Company = require('emailvalidator');
var Company = require('company-finder');
var company = new Company();

@@ -13,0 +13,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc