Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

block-template-html

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

block-template-html - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

CHANGELOG.md
# block-template-html
## 0.1.4
### Patch Changes
- [#606](https://github.com/blockprotocol/blockprotocol/pull/606) [`1b6bae6`](https://github.com/blockprotocol/blockprotocol/commit/1b6bae6ccdcb94885dcd9a73705f184d74debd17) Thanks [@luisbettencourt](https://github.com/luisbettencourt)! - Fixed package scripts to run correctly on CMD
## 0.1.3

@@ -4,0 +10,0 @@

8

package.json
{
"name": "block-template-html",
"version": "0.1.3",
"version": "0.1.4",
"description": "Block Protocol block template for an html-based block",

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

"scripts": {
"build": "rimraf dist; cp -R src dist; cp block-metadata.json dist; cp block-schema.json dist; cp -R public dist;",
"dev": "echo \"Serving at http://localhost:63212\"; http-server -p 63212 ./dev",
"build": "rimraf dist && cp -R src dist && cp block-metadata.json dist && cp block-schema.json dist && cp -R public dist",
"dev": "echo \"Serving at http://localhost:63212\" && http-server -p 63212 ./dev",
"format": "prettier \"**/*\" --write --ignore-unknown",
"prepare": "rimraf ./dev/src; lnk -f ./src ./dev",
"prepare": "rimraf ./dev/src && lnk -f ./src ./dev",
"serve": "block-scripts serve"

@@ -27,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet

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