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

.eslintrc.cjs

6

CHANGELOG.md
# create-block-app
## 0.1.0-canary-20230111084611
### 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
## 0.0.10

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

1

create-block-app.js

@@ -130,2 +130,3 @@ #!/usr/bin/env node

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

@@ -132,0 +133,0 @@

12

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

@@ -23,4 +23,8 @@ "keywords": [

"bin": "create-block-app.js",
"scripts": {
"fix:eslint": "eslint --fix .",
"lint:eslint": "eslint --report-unused-disable-directives ."
},
"dependencies": {
"chalk": "5.0.1",
"chalk": "5.1.2",
"command-line-args": "^5.2.1",

@@ -34,4 +38,6 @@ "command-line-usage": "^6.1.3",

"devDependencies": {
"@types/pacote": "11.1.3"
"@local/eslint-config": "0.0.0-private",
"@types/pacote": "11.1.5",
"eslint": "8.28.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