New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gideros

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gideros - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

lib/config.js

@@ -7,3 +7,3 @@ var minimist = require('minimist');

var INCLUDE_REGEX = null;
var EXCLUDE_REGEX = '^\\.[^\\.]*|.gproj$|LICENSE|README.md';
var EXCLUDE_REGEX = '^\\\\.[^\\\\.]*|.gproj$|LICENSE|README.md';

@@ -10,0 +10,0 @@ var argv = minimist(process.argv.slice(2));

@@ -28,3 +28,5 @@ var _ = require('lodash');

});
} catch (ex) {}
} catch (ex) {
console.log('Error', ex);
}
return _.extend({}, def, res);

@@ -31,0 +33,0 @@ }

{
"name": "gideros",
"version": "0.9.3",
"version": "0.9.4",
"description": "Gideros file system based - powered by nodejs",

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

@@ -22,2 +22,3 @@ var _ = require('lodash');

expect(utils.isInclude('sample/abc/xyz.csv', null, '^\\.[^\\.]*')).toEqual(true);
expect(utils.isInclude('../../gideros/MashballsClone/classes/sample.lua', null, '/^\\\\.[^\\\\.]*|.gproj$|LICENSE|README.md|^texturepacks/sources/|^texturepacks/LevelScene/')).toEqual(true);
});

@@ -24,0 +25,0 @@ });

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