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.1.3 to 2.0.0-beta.0

2

dist/types/grid-plan.d.ts

@@ -47,2 +47,3 @@ declare module "grid-plan" {

fontFamily?: string
grid3dPosition?: "top" | "bottom"
gridFill?: string

@@ -61,2 +62,3 @@ gridHeight?: number

showCrosshair?: boolean
showGrid3d?: boolean
showInventory?: boolean

@@ -63,0 +65,0 @@ tooltipColor?: string

15

package.json
{
"name": "grid-plan",
"version": "1.1.3",
"version": "2.0.0-beta.0",
"private": false,

@@ -11,2 +11,3 @@ "type": "module",

"2d grid",
"3d",
"plan",

@@ -54,4 +55,3 @@ "blueprint",

"devDependencies": {
"vue": "^3.4.29",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",

@@ -61,5 +61,10 @@ "cypress": "^13.12.0",

"start-server-and-test": "^2.0.4",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"vite": "^6.1.0",
"vitest": "^3.0.5",
"vue": "^3.5.13",
"three": "^0.173.0"
},
"peerDependencies": {
"vue": "^3.3.0"
}
}

@@ -243,2 +243,3 @@ <p align="center">

| fontFamily | string | "Arial" | Font used for all elements in the component |
| grid3dPosition | "top" OR "bottom" | "top" | Display 3d blueprint on top or below |
| gridFill | string | "#3A3A3A" | Background color of unused blueprint cells |

@@ -256,2 +257,3 @@ | gridHeight | number | 20 | The height of the blueprint in cell units |

| showCrosshair | boolean | true | Show crosshair when hovering available cells |
| showGrid3d | boolean | true | Show the 3d blueprint |
| showInventory | boolean | true | Show inventory of placed components inside a details HTML element |

@@ -258,0 +260,0 @@ | tooltipColor | string | "#FFFFFF" | The tooltip text color |

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

Sorry, the diff of this file is not supported yet

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