Socket
Socket
Sign inDemoInstall

hetajs2d

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hetajs2d - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

9

lib/HetaJs2D.d.ts

@@ -64,2 +64,8 @@ // export declare function print(): void

sendToBack(unit:Unit):void;
/**
* model중에 max order 값을 가져옴
* @return i32
*/
getMaxIndex():i32;

@@ -92,3 +98,5 @@ /**

removeDeep(id:string):void;
}

@@ -98,2 +106,3 @@

export declare class Unit{
_childrens:Array<Unit>;
/**

@@ -100,0 +109,0 @@ * add unit objects

2

package.json
{
"name": "hetajs2d",
"version": "0.0.29",
"version": "0.0.30",
"author": {

@@ -5,0 +5,0 @@ "name": "hetajs2d",

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