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.1 to 0.9.2

2

lib/config.js

@@ -21,5 +21,5 @@ var minimist = require('minimist');

watchDir: argv._[0],
projectName: argv.p || path.basename(argv._[0] || ''),
projectName: argv.p || path.basename(path.resolve(argv._[0] || '')),
includeRegex: argv.i || gideros.includeRegex || INCLUDE_REGEX,
excludeRegex: argv.e || gideros.excludeRegex || EXCLUDE_REGEX
};
{
"name": "gideros",
"version": "0.9.1",
"version": "0.9.2",
"description": "Gideros file system based - powered by nodejs",

@@ -5,0 +5,0 @@ "main": "index.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