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

create-block-app

Package Overview
Dependencies
Maintainers
8
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-block-app - npm Package Compare versions

Comparing version 0.0.11 to 0.1.0-20230124234232

10

CHANGELOG.md
# create-block-app
## 0.1.0-20230124234232
### Minor Changes
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`7a9e7d61`](https://github.com/blockprotocol/blockprotocol/commit/7a9e7d6152b685c0e5b95122d9415dfc1f5af1b2) Thanks [@CiaranMn](https://github.com/CiaranMn)! - multiple breaking API changes for 0.3 specification
### Patch Changes
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`7a9e7d61`](https://github.com/blockprotocol/blockprotocol/commit/7a9e7d6152b685c0e5b95122d9415dfc1f5af1b2) Thanks [@CiaranMn](https://github.com/CiaranMn)! - enable passing an npm tag when specifying template
## 0.0.11

@@ -4,0 +14,0 @@

6

create-block-app.js

@@ -61,3 +61,7 @@ #!/usr/bin/env node

if (!availableTemplates.includes(template)) {
if (
!availableTemplates.find(
(option) => template === option || template.startsWith(`${option}@`),
)
) {
console.error(

@@ -64,0 +68,0 @@ `Requested template '${template}' is invalid. Please choose one of ${availableTemplates.join(

2

package.json
{
"name": "create-block-app",
"version": "0.0.11",
"version": "0.1.0-20230124234232",
"description": "Create new https://blockprotocol.org blocks",

@@ -5,0 +5,0 @@ "keywords": [

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