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

statix

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statix - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

bin/statix-cli.js

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

wrench.rmdirSyncRecursive(outputDir);
__copyMatchingFiles(sourceDir, outputDir, settings.include_patterns, settings.exclude_patterns);

@@ -402,2 +403,5 @@

if (!fromStats.isDirectory()) {
if (__existsSync(to)) {
fs.unlinkSync(to);
}
fs.linkSync(from, to);

@@ -404,0 +408,0 @@ }

2

package.json

@@ -6,3 +6,3 @@ {

"description": "Static website generator. Template Engine agnostic",
"version": "1.2.0",
"version": "1.2.1",
"main": "./bin/statix-cli.js",

@@ -9,0 +9,0 @@ "repository": {

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