Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-module-class-generator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-module-class-generator - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.4.0"></a>
# [0.4.0](https://github.com/dimensi/vue-module-class-generator/compare/v0.3.1...v0.4.0) (2018-10-25)
<a name="0.3.1"></a>

@@ -7,0 +12,0 @@ ## [0.3.1](https://github.com/dimensi/vue-module-class-generator/compare/v0.3.0...v0.3.1) (2018-10-25)

4

dist/index.cjs.js
/*!
* vue-module-class-generator v0.3.1
* vue-module-class-generator v0.4.0
* (c) 2018-present Nikita Nafranets <eddimensi@gmail.com>

@@ -116,3 +116,3 @@ * Released under the MIT License.

});
this[config.methodName] = createGenerator(conf);
this[conf.methodName] = createGenerator(conf);
}

@@ -119,0 +119,0 @@ };

/*!
* vue-module-class-generator v0.3.1
* vue-module-class-generator v0.4.0
* (c) 2018-present Nikita Nafranets <eddimensi@gmail.com>

@@ -112,3 +112,3 @@ * Released under the MIT License.

});
this[config.methodName] = createGenerator(conf);
this[conf.methodName] = createGenerator(conf);
}

@@ -115,0 +115,0 @@ };

{
"name": "vue-module-class-generator",
"version": "0.3.1",
"version": "0.4.0",
"description": "Vue class helper",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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