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

@cloudcannon/reader

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcannon/reader - npm Package Compare versions

Comparing version 0.1.1-1 to 1.0.0

2

package.json
{
"name": "@cloudcannon/reader",
"type": "module",
"version": "0.1.1-1",
"version": "1.0.0",
"description": "Parses config, files and folder structures to create a JSON file with information about sites made with any static site generator.",

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

@@ -65,6 +65,6 @@ import { relative } from 'path';

return false;
} else {
log(`⚠️ ${chalk.red('Error reading config file')}`, 'error');
throw e;
}
log(`⚠️ ${chalk.red('Error reading config file')}`, 'error');
throw e;
}

@@ -71,0 +71,0 @@

@@ -36,3 +36,3 @@ #!/usr/bin/env node

quiet: {
quiet: 'string',
type: 'boolean',
alias: 'q'

@@ -39,0 +39,0 @@ }

@@ -23,3 +23,3 @@ let enabled = true;

error: logError
}
};

@@ -26,0 +26,0 @@ export default function log(text, level = 'info') {

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