You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tapjs/create-plugin

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/create-plugin - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+3
-3
package.json
{
"name": "@tapjs/create-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create a tap plugin with 'npm init @tapjs/plugin'",

@@ -36,4 +36,4 @@ "tshy": {

"dependencies": {
"@tapjs/core": "2.0.0",
"npm-init-template": "2.0.0",
"@tapjs/core": "2.0.1",
"npm-init-template": "2.0.1",
"resolve-import": "^1.4.5"

@@ -40,0 +40,0 @@ },

@@ -15,4 +15,2 @@ # `@tapjs/create-plugin`

This is a very simple "hello, world" plugin:
For example, a very simple "hello, world" plugin:

@@ -19,0 +17,0 @@