Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@archilogic/editor-plugin-layout-assertions

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@archilogic/editor-plugin-layout-assertions - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

6

CHANGELOG.md
# @archilogic/editor-plugin-layout-assertions
## 0.2.0
### Minor Changes
- f85e297: feat: update space-graph and floor-plan-engine dependencies
## 0.1.1

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

1

dist/index.d.ts

@@ -0,1 +1,2 @@

export declare function runPlugin(): void;
import { LayoutSpace, LayoutAsset } from '@archilogic/space-graph-core';
export declare function countSpacesByUsage(spaces: LayoutSpace[], usage: string): number;

@@ -3,0 +4,0 @@ export declare function getAssetsFromSpaces(spaces: LayoutSpace[]): any[];

8

package.json
{
"name": "@archilogic/editor-plugin-layout-assertions",
"description": "",
"version": "0.1.1",
"version": "0.2.0",
"publishConfig": {

@@ -33,9 +33,9 @@ "access": "public"

"tailwindcss": "latest",
"vue": "latest"
"vue": "^3.4.27"
},
"devDependencies": {
"@archilogic/editor-connection": "0.10.2",
"@archilogic/space-graph-core": "0.16.2"
"@archilogic/editor-connection": "^0.14.1",
"@archilogic/space-graph-core": "^0.16.10"
},
"nx": {}
}

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