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

ajgenesisnode-entity

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajgenesisnode-entity - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

5

index.js

@@ -21,4 +21,7 @@

.then(function (data, next) {
ajgenesis.copyDirectory(path.join(__dirname, 'templates'), path.join('ajgenesis', 'modules', 'entity', 'templates'), cb);
ajgenesis.copyDirectory(path.join(__dirname, 'templates'), path.join('ajgenesis', 'modules', 'entity', 'templates'), next);
})
.then(function (data, next) {
ajgenesis.copyDirectory(path.join(__dirname, 'lib'), path.join('ajgenesis', 'modules', 'entity', 'lib'), cb);
})
.fail(function (err) {

@@ -25,0 +28,0 @@ cb(err, null);

2

package.json
{ "name": "ajgenesisnode-entity"
, "description": "AjGenesis for Node, Entity tasks and templates"
, "keywords": [ "codegeneration", "nodejs", "ajgenesis" ]
, "version": "0.0.7"
, "version": "0.0.8"
, "author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)"

@@ -6,0 +6,0 @@ , "repository": { "type": "git", "url": "git://github.com/ajlopez/AjGenesisNode-Entity.git" }

@@ -48,5 +48,6 @@ # AjGenesisNode Entity

- 0.0.4: Published. Fixing add property bug, using a hack
- 0.0.5: Using `ajgenesis/models` for model files
- 0.0.6: Use createModelDirectory, getModelDirectory
- 0.0.7: Install method
- 0.0.5: Published. Using `ajgenesis/models` for model files
- 0.0.6: Published. Use createModelDirectory, getModelDirectory
- 0.0.7: Published. Install method
- 0.0.8: Published. Copy lib directory on install

@@ -53,0 +54,0 @@ ## Contribution

@@ -24,2 +24,4 @@

test.ok(fs.existsSync(path.join('ajgenesis', 'modules', 'entity', 'templates', 'entity.json.tpl')));
test.ok(fs.existsSync(path.join('ajgenesis', 'modules', 'entity', 'lib')));
test.ok(fs.existsSync(path.join('ajgenesis', 'modules', 'entity', 'lib', 'names.js')));
process.chdir(cwd);

@@ -26,0 +28,0 @@ test.done();

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