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.2.2
to
1.2.3
+1
-1
.github/workflows/npm-publish.yml
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Dynamic Block Template Package
name: Publish to NPM

@@ -6,0 +6,0 @@ on:

@@ -21,3 +21,3 @@ /**

import json from './block.json';
import edit from './edit';
import Edit from './edit';

@@ -35,3 +35,3 @@ const {name } = json;

*/
edit,
edit: Edit,

@@ -38,0 +38,0 @@ /**

@@ -1,3 +0,3 @@

<p <?php echo esc_attr( get_block_wrapper_attributes() ); ?>>
<p <?php echo get_block_wrapper_attributes(); ?>>
<?php esc_html_e( 'Dynamic Block Examples', '{{textdomain}}' ); ?>
</p>
{
"name": "@ryanwelcher/dynamic-block-template",
"version": "1.2.2",
"version": "1.2.3",
"description": "A template for use with @wordpress/create-block to support dynamic blocks",

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