New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crawler-company

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawler-company - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json

@@ -8,3 +8,3 @@ {

"name": "crawler-company",
"version": "1.0.1",
"version": "1.0.2",
"description": "crawler company",

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

@@ -1,7 +0,7 @@

export const Office = require('./utils/Office');
export const Company = require('./utils/Company');
import Office from './utils/Office';
import Company from './utils/Company';
export default class CrawlerCompany {
static Office = Office;
static Company = Company;
export {
Office,
Company
}
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