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

busy-hours

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busy-hours - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

package.json
{
"name": "busy-hours",
"version": "0.0.0",
"version": "0.0.1",
"description": "Hacky web scraper for retrieving Google Places popular times data",

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

@@ -13,7 +13,5 @@ ## busy-hours

```javascript
const busy_hours = require('busy_hours');
const busy_hours = require('busy-hours');
const get_hours = busy_hours(place_id, key);
get_hours.then(data => {
busy_hours(place_id, key).then(data => {
do_something_with(data);

@@ -20,0 +18,0 @@ });

Sorry, the diff of this file is not supported yet

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