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

floca

Package Overview
Dependencies
Maintainers
2
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floca - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

3

generator/Structurer.js

@@ -121,3 +121,4 @@ var fs = require('fs');

createEntity: function( name, options ){
var fPath = path.join( options.projectFolder || '.', name);
var fPath = options.projectFolder || process.cwd();
//var fPath = path.join( options.projectFolder || '.', name);
var fPathFn = path.join.bind( path, fPath );

@@ -124,0 +125,0 @@

{
"name": "floca",
"version": "0.13.0",
"version": "0.13.1",
"description": "Enterprise-grade microservice solution for NodeJS",

@@ -5,0 +5,0 @@ "keywords": [

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