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 7.0.3 to 7.0.4

1

Collection.d.ts

@@ -11,3 +11,2 @@ import Enumerable from "linq";

constructor(items?: Collection<T>);
constructor(items?: IEnumerable<T>);
constructor(...items: T[]);

@@ -14,0 +13,0 @@ setRange(items: T[] | Collection<T> | Enumerable.IEnumerable<T>): void;

@@ -56,3 +56,2 @@ var __values = (this && this.__values) || function(o) {

return;
//todo: I have tried to find a problem, but I couldn't understand a source of the problem
this.setRange(args);

@@ -59,0 +58,0 @@ }

2

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

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

@@ -28,3 +28,3 @@ var __extends = (this && this.__extends) || (function () {

_this.borderWidth = 0;
_this.fillColor = RgbColors.black;
_this.fillColor = RgbColors.transparent;
_this._ignorePermissionsChange = true;

@@ -31,0 +31,0 @@ _this.itemPermissions.itemToolbarPermissions.showEditButton = true;

/** @hidden */
/** Don't include in docs */
export declare const MODELVERSION = "7.0.3";
export declare const MODELVERSION = "7.0.4";
/** @hidden */
/** Don't include in docs */
export var MODELVERSION = "7.0.3";
export var MODELVERSION = "7.0.4";
//# sourceMappingURL=Version.js.map

Sorry, the diff of this file is not supported yet

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