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

@aurigma/design-atoms-model

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurigma/design-atoms-model - npm Package Compare versions

Comparing version 5.31.0 to 5.31.1

2

package.json
{
"version": "5.31.0",
"version": "5.31.1",
"name": "@aurigma/design-atoms-model",

@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md",

@@ -0,4 +1,14 @@

var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
import { Color, RgbColor, ColorFactory } from "../../Colors";
import { EqualsOfFloatNumbers } from "../../Math/Common";
import { EventWithSenderArg } from "../../EventObject";
import { Property } from "../Decorators/Property";
var StrokeSettings = /** @class */ (function () {

@@ -87,2 +97,7 @@ function StrokeSettings(object) {

};
__decorate([
Property({ enumObject: LineJoin }),
__metadata("design:type", String),
__metadata("design:paramtypes", [String])
], StrokeSettings.prototype, "lineJoin", null);
return StrokeSettings;

@@ -89,0 +104,0 @@ }());

/** @hidden */
/** Don't include in docs */
export declare const VERSION = "5.31.0";
export declare const VERSION = "5.31.1";
/** @hidden */
/** Don't include in docs */
export var VERSION = "5.31.0";
export var VERSION = "5.31.1";
//# sourceMappingURL=Version.js.map

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