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.2 to 1.25.3

2

dist/generators/class.js

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

else {
collector = collector[name] = collector[name] || {};
collector = collector[name] = typeof collector[name] === 'object' ? collector[name] : {};
}

@@ -38,0 +38,0 @@ }

1.25.3 / 2019-05-26
==================
**fixes**
* [[`0cce02d`](http://github.com/whxaxes/egg-ts-helper/commit/0cce02dab86f05573fd50eccd703e4e23a7cb569)] - fix: same name dir and file (#48) (吖猩 <<whxaxes@gmail.com>>)
1.25.2 / 2019-03-26

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

{
"name": "egg-ts-helper",
"version": "1.25.2",
"version": "1.25.3",
"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