New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mock-block-dock

Package Overview
Dependencies
Maintainers
3
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-block-dock - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

34

package.json
{
"name": "mock-block-dock",
"version": "0.0.4",
"version": "0.0.5",
"description": "A mock embedding application for Block Protocol blocks",

@@ -33,6 +33,6 @@ "keywords": [

"clean": "rimraf ./dist/",
"dev": "concurrently -n webpack,webpack-dev-server -c green,cyan \"yarn build:dev -- --watch --verbose\" \"yarn run-dev-server\"",
"dev": "concurrently -n webpack,webpack-dev-server -c green,cyan \"yarn build:dev --watch\" \"yarn run-dev-server\"",
"lint:tsc": "tsc --noEmit",
"prepare": "yarn build",
"run-dev-server": "cross-env NODE_ENV=development webpack-dev-server -d --port 9090 --open --config dev/webpack.config.js"
"run-dev-server": "cross-env NODE_ENV=development webpack-dev-server --config dev/webpack.config.js"
},

@@ -44,14 +44,14 @@ "dependencies": {

"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "7.16.5",
"@babel/runtime": "^7.16.5",
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime": "^7.17.2",
"babel-loader": "^8.2.3",
"core-js": "^2.6.12",
"core-js": "^3.21.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^4.5.2",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",

@@ -61,6 +61,6 @@ "react-dom": "^17.0.2",

"rimraf": "^3.0.2",
"typescript": "^4.5.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},

@@ -67,0 +67,0 @@ "peerDependencies": {

@@ -37,2 +37,4 @@ # Mock Block Dock

The block will also be re-rendered with new properties if you update them on the child directly (e.g. if you are supplying the block component wrapped by `MockBlockDock` with props from some outside state).
`MockBlockDock` is automatically included in [block-template](https://www.npmjs.com/package/block-template), which you can copy via [create-block-app](https://www.npmjs.com/package/create-block-app)

@@ -39,0 +41,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc