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
2
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
1.1.1

11

package.json
{
"name": "@stackflow/plugin-renderer-basic",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -24,9 +24,10 @@ "exports": {

"clean": "rimraf dist",
"dev": "yarn build:js --watch && yarn build:dts --watch"
"dev": "yarn build:js --watch && yarn build:dts --watch",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.0.3",
"@stackflow/core": "^1.0.4",
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/eslint-config": "^1.0.0",
"@stackflow/react": "^1.1.0",
"@stackflow/react": "^1.1.1",
"@types/react": "^18.0.10",

@@ -64,3 +65,3 @@ "@typescript-eslint/eslint-plugin": "^5.32.0",

},
"gitHead": "12ede8f171da8d5994293e30cf5850c6cea6260c"
"gitHead": "af62fd9e23def9c7ff756a67f5f5fb7830126927"
}