Socket
Socket
Sign inDemoInstall

egg-ts-helper

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-ts-helper - npm Package Compare versions

Comparing version 1.32.0 to 1.33.0

3

dist/cmd/clean.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const utils_1 = require("../utils");
const chalk_1 = tslib_1.__importDefault(require("chalk"));
class CleanCommand {

@@ -10,4 +12,5 @@ constructor() {

(0, utils_1.cleanJs)(cwd);
console.info(chalk_1.default.red('\nWARNING: `ets clean` has been deprecated! Use `tsc -b --clean` instead\n'));
}
}
exports.default = new CleanCommand();

2

dist/register.js

@@ -25,3 +25,3 @@ "use strict";

const clazz = this.tsHelperClazz;
const cwd = process.cwd();
const cwd = (options === null || options === void 0 ? void 0 : options.cwd) || process.cwd();
const instance = new clazz(Object.assign({ watch }, options));

@@ -28,0 +28,0 @@ if (util.checkMaybeIsJsProj(cwd)) {

1.33.0 / 2022-07-25
==================
**features**
* [[`d14405d`](http://github.com/whxaxes/egg-ts-helper/commit/d14405dd0c39ae5276a4d2ba1aeeb466aa1e5e3c)] - feat: deprecated clean command (#92) (吖猩 <<whxaxes@gmail.com>>)
1.32.0 / 2022-07-25

@@ -3,0 +9,0 @@ ==================

{
"name": "egg-ts-helper",
"version": "1.32.0",
"version": "1.33.0",
"description": "egg typescript helper",

@@ -5,0 +5,0 @@ "bin": {

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