Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ryanwelcher/dynamic-block-template

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ryanwelcher/dynamic-block-template - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "@ryanwelcher/dynamic-block-template",
"version": "1.0.1",
"version": "1.0.2",
"description": "A template for use with @wordpress/create-block to support dynamic blocks",

@@ -5,0 +5,0 @@ "license": "GPL-2.0-or-later",

# Dynamic Block Template
This template will scaffold a plugin that is set up for registering multiple blocks in a single plugin create using the [`@wordpress/create-block`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/) tool.
This template will scaffold a plugin that is set up for registering dynamic block using the [`@wordpress/create-block`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/) tool.

@@ -5,0 +5,0 @@ It also provides integration with the `@wordpress/env` package for a local development solution.