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

snakeskin

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snakeskin - npm Package Compare versions

Comparing version 6.6.2 to 6.6.3

test/test.ss.js

10

bin/snakeskin.js

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

var root = '';
function action(data, file) {

@@ -272,3 +273,6 @@ console.time('Time');

if (fs.existsSync(outFile) && fs.statSync(outFile).isDirectory()) {
outFile = path.resolve(outFile, file) + (program['extname'] || (execTpl ? '.html' : '.js'));
outFile = path.join(outFile, path.relative(root, path.dirname(file)), fileName) +
(program['extname'] || (execTpl ? '.html' : '.js'));
testDir(outFile);
}

@@ -437,3 +441,4 @@

monocle.unwatchAll();
action(fs.readFileSync(src), src);
console.log(file);
action(fs.readFileSync(src), src, file);
wacthFiles();

@@ -510,2 +515,3 @@ }

root = file;
renderDir(file);

@@ -512,0 +518,0 @@

2

bower.json

@@ -5,3 +5,3 @@ {

"main": "dist/snakeskin.min.js",
"version": "6.6.2",
"version": "6.6.3",
"homepage": "https://github.com/SnakeskinTpl/Snakeskin",

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

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/SnakeskinTpl/Snakeskin",
"version": "6.6.2",
"version": "6.6.3",
"author": {

@@ -8,0 +8,0 @@ "name": "kobezzza",

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