New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grid-plan

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grid-plan - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "grid-plan",
"version": "1.0.3",
"version": "1.0.4",
"private": false,

@@ -5,0 +5,0 @@ "type": "module",

@@ -55,8 +55,8 @@ <p align="center">

| Prop name | TS type | Required | Description |
| -------------- | -------------- | ----------------------------------- | ----------------------------------------------------------- |
| availableTypes | GridPlanItem[] | YES | The types of components that can be placed on the blueprint |
| placedItems | GridPlanItem[] | YES (can be empty) | Components already placed on the blueprint |
| placedItems | boolean | NO (default: false) | Blueprint will be readonly if true |
| config | GridPlanConfig | NO (default config will be applied) | Configuration object to customize looks |
| Prop name | TS type | Required | Description |
| -------------- | ------------------ | ----------------------------------- | ----------------------------------------------------------- |
| availableTypes | GridPlanItemType[] | YES | The types of components that can be placed on the blueprint |
| placedItems | GridPlanItem[] | YES (can be empty) | Components already placed on the blueprint |
| radonly | boolean | NO (default: false) | Blueprint will be readonly if true |
| config | GridPlanConfig | NO (default config will be applied) | Configuration object to customize looks |

@@ -63,0 +63,0 @@ ## Example

Sorry, the diff of this file is too big to display

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