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.17 to 0.0.18

14

lib/HetaJs2D.d.ts

@@ -121,2 +121,15 @@ // export declare function print(): void

/**
* 회전 각도를 설정
* degree를 넣어서 회전 각도를 결정
* @param {i32} degree
*/
setAngle(degree:i32):void;
/**
* 회전 각도를 설정
* vec2를 2개 넣어서 방향을 할당
* @param {Vec2 sVec
* @param {Vec2} eVec
*/
setAngle(sVec:Vec2, eVec:Vec2):void;

@@ -126,2 +139,3 @@

Render(): void;

@@ -128,0 +142,0 @@ Update(): void;

2

package.json
{
"name": "hetajs2d",
"version": "0.0.17",
"version": "0.0.18",
"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