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

@dosgato/templating

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dosgato/templating - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

dist/component.js

@@ -104,3 +104,3 @@ "use strict";

cssBlocks() {
return this.constructor.cssBlocks.keys();
return Array.from(this.constructor.cssBlocks.keys());
}

@@ -111,3 +111,3 @@ /**

jsBlocks() {
return this.constructor.jsBlocks.keys();
return Array.from(this.constructor.jsBlocks.keys());
}

@@ -114,0 +114,0 @@ }

{
"name": "@dosgato/templating",
"version": "0.0.13",
"version": "0.0.14",
"description": "A library to support building templates for dosgato CMS.",

@@ -5,0 +5,0 @@ "exports": {

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