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.3
to
1.3.0
+5
-1
index.js

@@ -8,3 +8,7 @@ const { join } = require( 'path' );

editorStyle: 'file:./index.css',
style: 'file:./style-index.css'
style: 'file:./style-index.css',
customScripts: {
'start': 'wp-scripts start --webpack-copy-php',
'build': 'wp-scripts build --webpack-copy-php'
}
},

@@ -11,0 +15,0 @@ templatesPath: join( __dirname, 'plugin' ),

+1
-1
{
"name": "@ryanwelcher/dynamic-block-template",
"version": "1.2.3",
"version": "1.3.0",
"description": "A template for use with @wordpress/create-block to support dynamic blocks",

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