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

expressots-cron

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expressots-cron - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/package.json
{
"name": "expressots-cron",
"version": "1.0.0",
"version": "1.0.1",
"description": "Expressots - Cron Provider (expressots-cron)",

@@ -5,0 +5,0 @@ "author": "Lhon Rafaat Mohammed",

@@ -31,3 +31,3 @@ # Expressots-cron Package

```
```javascript
import { AppExpress } from "@expressots/adapter-express";

@@ -75,3 +75,3 @@ import {

```
```javascript
import { controller } from "@expressots/adapter-express";

@@ -107,3 +107,3 @@ import { AppUseCase } from "./app.usecase";

```
```javascript
import { controller } from "@expressots/adapter-express";

@@ -165,3 +165,3 @@ import { AppUseCase } from "./app.usecase";

```
```javascript
@Cron("*/2 * * * * *", options)

@@ -172,3 +172,3 @@ ```

```
```javascript
export interface ScheduleOptions {

@@ -207,3 +207,3 @@ /**

```
```javascript
export interface ICron {

@@ -210,0 +210,0 @@ /**

{
"name": "expressots-cron",
"version": "1.0.0",
"version": "1.0.1",
"description": "Expressots - Cron Provider (expressots-cron)",

@@ -5,0 +5,0 @@ "author": "Lhon Rafaat Mohammed",

@@ -31,3 +31,3 @@ # Expressots-cron Package

```
```javascript
import { AppExpress } from "@expressots/adapter-express";

@@ -75,3 +75,3 @@ import {

```
```javascript
import { controller } from "@expressots/adapter-express";

@@ -107,3 +107,3 @@ import { AppUseCase } from "./app.usecase";

```
```javascript
import { controller } from "@expressots/adapter-express";

@@ -165,3 +165,3 @@ import { AppUseCase } from "./app.usecase";

```
```javascript
@Cron("*/2 * * * * *", options)

@@ -172,3 +172,3 @@ ```

```
```javascript
export interface ScheduleOptions {

@@ -207,3 +207,3 @@ /**

```
```javascript
export interface ICron {

@@ -210,0 +210,0 @@ /**

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