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.0 to 0.1.1

6

CHANGELOG.md
# @archilogic/editor-plugin-layout-assertions
## 0.1.1
### Patch Changes
- 7e22c4c: refactor(editor-plugin-layout-assertions): improve division calculation error handling and code readability
## 0.1.0

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

11

dist/constants.d.ts

@@ -19,3 +19,3 @@ export declare enum UsageTypes {

export declare enum ThresholdNumbers {
PopulationThreshhold = 200,
PopulationThreshold = 200,
MinSocializeSeatingPercentage = 0.05,

@@ -26,1 +26,10 @@ MaxSocializeSeatingPercentage = 0.1,

}
export declare enum TextColor {
OK = "text-sanfran",
Error = "text-error"
}
export declare enum DivisionError {
NumeratorZero = "numeratorZero",
DenominatorZero = "denominatorZero",
NumeratorDenominatorZero = "numeratorDenominatorZero"
}

2

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

@@ -6,0 +6,0 @@ "access": "public"

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