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

marko

Package Overview
Dependencies
Maintainers
2
Versions
932
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marko - npm Package Compare versions

Comparing version 1.2.14 to 1.2.15

2

package.json

@@ -58,3 +58,3 @@ {

},
"version": "1.2.14"
"version": "1.2.15"
}

@@ -32,9 +32,8 @@ /*

this.addError('"module" attribute is required');
return;
}
if (!varName) {
this.addError('"var" attribute is required');
}
if (module && varName) {
if (varName) {
template.addStaticVar(varName, 'require(' + module + ')');
} else {
template.functionCall('require', module);
}

@@ -41,0 +40,0 @@ }

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