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.25.4 to 1.25.5

2

dist/generators/config.js

@@ -66,4 +66,4 @@ "use strict";

`${declarationList.join('\n')}\n` +
`type ${newConfigType} = ${moduleList.join(' & ')};\n` +
`declare module '${baseConfig.framework}' {\n` +
` type ${newConfigType} = ${moduleList.join(' & ')};\n` +
` interface ${config.interface} extends ${newConfigType} { }\n` +

@@ -70,0 +70,0 @@ '}',

@@ -54,4 +54,4 @@ "use strict";

content: `${importContext}\n` +
`type ${moduleName}Type = typeof ${moduleName};\n` +
`declare module \'${baseConfig.framework}\' {\n` +
` type ${moduleName}Type = typeof ${moduleName};\n` +
` interface ${interfaceName} extends ${moduleName}Type { }\n` +

@@ -58,0 +58,0 @@ '}',

1.25.5 / 2019-06-23
==================
**fixes**
* [[`8dcb9f2`](http://github.com/whxaxes/egg-ts-helper/commit/8dcb9f2da0814370f789a64d7f817b075971f8c7)] - fix: duplicate declaration (#50) (吖猩 <<whxaxes@gmail.com>>)
1.25.4 / 2019-06-10

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

{
"name": "egg-ts-helper",
"version": "1.25.4",
"version": "1.25.5",
"description": "egg typescript helper",

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

Sorry, the diff of this file is not supported yet

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