Socket
Socket
Sign inDemoInstall

nfe2stalk

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfe2stalk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/start.js

@@ -5,4 +5,4 @@ const schedule = require('node-schedule')

function start (options) {
let j = schedule.scheduleJob(`*/${options.every} * * * * *`, function () {
return new Promise((resolve, reject) => {
return new Promise((resolve, reject) => {
let j = schedule.scheduleJob(`*/${options.every} * * * * *`, function () {
util.crawler(function (err, info) {

@@ -9,0 +9,0 @@ if (err) reject(err)

@@ -13,3 +13,3 @@ {

],
"version": "0.0.4",
"version": "0.0.5",
"author": {

@@ -16,0 +16,0 @@ "name": "Igor Souza Martins",

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