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

@pulsecron/pulse

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulsecron/pulse - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

dist/pulse/index.d.ts

@@ -21,2 +21,3 @@ /// <reference types="node" />

import { MaxConcurrencyMethod } from './max-concurrency';
import { MongoMethod } from './mongo';
import { NameMethod } from './name';

@@ -100,3 +101,3 @@ import { NowMethod } from './now';

get drain(): DrainMethod;
private get mongo();
get mongo(): MongoMethod;
private get database();

@@ -103,0 +104,0 @@ private init;

{
"name": "@pulsecron/pulse",
"version": "1.1.1",
"version": "1.1.2",
"description": "The modern MongoDB-powered scheduling library for Node.js",

@@ -31,3 +31,3 @@ "main": "dist/index.js",

"blanket": {
"pattern": "lib",
"pattern": "src",
"data-cover-never": "node_modules"

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