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

nixy

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nixy - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

compiler.js

@@ -705,3 +705,3 @@ const path = require('path');

}
write(`\${$include(${tag})(${attrToObj(attributes)})}`);
write(`\${$include(${tag})(${attrToObj(attributes)}, $global)}`);
}

@@ -718,3 +718,3 @@ else {

else {
write(`\${${tagVar}(${attrToObj(attributes)})}`);
write(`\${${tagVar}(${attrToObj(attributes)}, $global)}`);
}

@@ -844,3 +844,3 @@ }

${staticScriptStr}
return function render(input) {\n${out}\nreturn $out;\n}
return function render(input, $global) {\n${out}\nreturn $out;\n}
})()

@@ -847,0 +847,0 @@ `);

{
"name": "nixy",
"version": "0.0.2",
"version": "0.0.3",
"description": "HTML templating framework focused on SSR and performance",

@@ -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