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.1.0-canary-20230111084611 to 0.1.0-canary-20230130231944

14

CHANGELOG.md
# create-block-app
## 0.1.0-canary-20230111084611
## 0.1.0-canary-20230130231944
### Minor Changes
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`2e7fad22`](https://github.com/blockprotocol/blockprotocol/commit/2e7fad22890472947aee64ba54ef5aa068e46704) Thanks [@CiaranMn](https://github.com/CiaranMn)! - multiple breaking API changes for 0.3 specification
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`f987a703`](https://github.com/blockprotocol/blockprotocol/commit/f987a7031daf881e09f7ef5901ceb33d19888d19) Thanks [@CiaranMn](https://github.com/CiaranMn)! - multiple breaking API changes for 0.3 specification
### Patch Changes
- [#879](https://github.com/blockprotocol/blockprotocol/pull/879) [`f987a703`](https://github.com/blockprotocol/blockprotocol/commit/f987a7031daf881e09f7ef5901ceb33d19888d19) Thanks [@CiaranMn](https://github.com/CiaranMn)! - enable passing an npm tag when specifying template
## 0.0.11
### Patch Changes
- [#875](https://github.com/blockprotocol/blockprotocol/pull/875) [`a1ba0d7d`](https://github.com/blockprotocol/blockprotocol/commit/a1ba0d7d17971ee30586a673ce3d4f5bee6e65d1) Thanks [@kachkaev](https://github.com/kachkaev)! - Update package metadata (change path to source following repo restructuring)
## 0.0.10

@@ -10,0 +20,0 @@

7

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(

@@ -131,3 +135,2 @@ `Requested template '${template}' is invalid. Please choose one of ${availableTemplates.join(

packageJson.blockprotocol.name = slugifiedBlockName;
packageJson.postinstall = "yarn codegen";
}

@@ -134,0 +137,0 @@

{
"name": "create-block-app",
"version": "0.1.0-canary-20230111084611",
"version": "0.1.0-canary-20230130231944",
"description": "Create new https://blockprotocol.org blocks",

@@ -15,3 +15,3 @@ "keywords": [

"url": "git@github.com:blockprotocol/blockprotocol.git",
"directory": "packages/create-block-app"
"directory": "libs/create-block-app"
},

@@ -29,3 +29,3 @@ "license": "MIT",

"dependencies": {
"chalk": "5.1.2",
"chalk": "5.2.0",
"command-line-args": "^5.2.1",

@@ -41,4 +41,4 @@ "command-line-usage": "^6.1.3",

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