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

@athenna/view

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athenna/view - npm Package Compare versions

Comparing version 4.15.0 to 4.16.0

2

package.json
{
"name": "@athenna/view",
"version": "4.15.0",
"version": "4.16.0",
"description": "The Athenna template engine. Built on top of Edge.js.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,3 +18,3 @@ /**

}
const disks = Config.get('view.namedDisks');
const disks = Config.get('view.namedDisks', {});
Object.keys(disks).forEach(k => view.createViewDisk(k, disks[k]));

@@ -21,0 +21,0 @@ const components = Config.get('view.components', {});

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