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.0.12-canary-20230209090045

6

CHANGELOG.md
# create-block-app
## 0.0.12-canary-20230209090045
### Patch Changes
- [#892](https://github.com/blockprotocol/blockprotocol/pull/892) [`05ae299e`](https://github.com/blockprotocol/blockprotocol/commit/05ae299e9c1b29aa2b8a38de73717d620ba742a0) Thanks [@CiaranMn](https://github.com/CiaranMn)! - enable passing an npm tag when specifying template
## 0.0.11

@@ -4,0 +10,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(

4

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

@@ -39,4 +39,4 @@ "keywords": [

"@types/pacote": "11.1.5",
"eslint": "8.31.0"
"eslint": "8.33.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