Socket
Socket
Sign inDemoInstall

@nestjs/schedule

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/schedule - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

dist/enums/cron-expression.enum.d.ts

1

dist/index.d.ts

@@ -0,3 +1,4 @@

export * from './enums';
export * from './decorators';
export * from './schedule.module';
export * from './scheduler.registry';

@@ -6,4 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./enums"));
__export(require("./decorators"));
__export(require("./schedule.module"));
__export(require("./scheduler.registry"));

32

package.json
{
"name": "@nestjs/schedule",
"version": "0.1.1",
"version": "0.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)",

@@ -17,23 +17,25 @@ "author": "Kamil Mysliwiec",

"dependencies": {
"cron": "1.7.2",
"uuid": "3.3.3"
"cron": "1.8.2",
"uuid": "3.4.0"
},
"devDependencies": {
"@nestjs/common": "6.10.12",
"@nestjs/core": "6.10.12",
"@nestjs/platform-express": "6.10.12",
"@nestjs/testing": "6.10.12",
"@nestjs/common": "6.11.0",
"@nestjs/core": "6.11.0",
"@nestjs/platform-express": "6.11.0",
"@nestjs/testing": "6.11.0",
"@types/cron": "1.7.1",
"@types/jest": "24.0.24",
"@types/jest": "24.9.1",
"@types/node": "7.10.8",
"@types/sinon": "7.5.1",
"@types/uuid": "3.4.6",
"husky": "3.1.0",
"jest": "24.9.0",
"lint-staged": "9.5.0",
"husky": "4.2.1",
"jest": "25.1.0",
"lint-staged": "10.0.2",
"prettier": "1.19.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.0",
"rxjs": "6.5.3",
"ts-jest": "24.2.0",
"typescript": "3.7.3"
"rxjs": "6.5.4",
"sinon": "8.1.0",
"ts-jest": "24.3.0",
"typescript": "3.7.4"
},

@@ -57,4 +59,4 @@ "peerDependencies": {

"type": "git",
"url": "https://github.com/nestjs/config"
"url": "https://github.com/nestjs/schedule"
}
}

@@ -47,3 +47,3 @@ <p align="center">

- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)

@@ -50,0 +50,0 @@ - Twitter - [@nestframework](https://twitter.com/nestframework)

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