You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stackflow/plugin-renderer-basic

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackflow/plugin-renderer-basic - npm Package Compare versions

Comparing version

to
0.2.3

17

package.json
{
"name": "@stackflow/plugin-renderer-basic",
"version": "0.2.2",
"version": "0.2.3",
"license": "Apache-2.0",

@@ -19,18 +19,15 @@ "exports": {

"scripts": {
"build": "yarn build:js && yarn build:dts && yarn build:docs",
"build:docs": "typedoc",
"build": "yarn build:js && yarn build:dts",
"build:dts": "tsc --emitDeclarationOnly",
"build:js": "node ./esbuild.config.js",
"clean": "rimraf dist && rimraf docs",
"clean": "rimraf dist",
"dev": "yarn build:js --watch && yarn build:dts --watch"
},
"devDependencies": {
"@stackflow/core": "^0.2.0",
"@stackflow/esbuild-config": "^0.2.0",
"@stackflow/react": "^0.2.2",
"@stackflow/core": "^0.2.1",
"@stackflow/esbuild-config": "^0.2.1",
"@stackflow/react": "^0.2.3",
"@types/react": "^18.0.10",
"react": "^18.1.0",
"rimraf": "^3.0.2",
"typedoc": "^0.22.17",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.3"

@@ -53,3 +50,3 @@ },

},
"gitHead": "c374443ad315fe4a262a950839e624951b4ca6f6"
"gitHead": "6b5c4740eec8b308476b36dbd9261fbdad6251f5"
}