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

@any-touch/compute

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@any-touch/compute - npm Package Compare versions

Comparing version 0.6.1-beta.8 to 0.6.1-beta.9

0

dist/computeAngle.d.ts

@@ -0,0 +0,0 @@ import { Vector } from '@any-touch/shared';

@@ -0,0 +0,0 @@ import { Input } from '@any-touch/shared';

@@ -0,0 +0,0 @@ import { Input, directionString } from '@any-touch/shared';

@@ -0,0 +0,0 @@ import { Input } from '@any-touch/shared';

@@ -0,0 +0,0 @@ import { Vector } from '@any-touch/shared';

@@ -0,0 +0,0 @@ import { Input, directionString } from '@any-touch/shared';

import { PureInput, Vector } from '@any-touch/shared';
export default function computeVector(input: PureInput): Vector;

@@ -0,0 +0,0 @@ import { Vector, Input } from '@any-touch/shared';

@@ -0,0 +0,0 @@ export { default as computeAngle } from './computeAngle';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import { getAngle, radianToAngle, getVLength, getDirection } from '@any-touch/vector';

8

package.json
{
"name": "@any-touch/compute",
"version": "0.6.1-beta.8",
"version": "0.6.1-beta.9",
"main": "dist/index.js",

@@ -14,4 +14,4 @@ "module": "dist/index.es.js",

"dependencies": {
"@any-touch/shared": "^0.6.1-beta.8",
"@any-touch/vector": "^0.6.1-beta.8",
"@any-touch/shared": "^0.6.1-beta.9",
"@any-touch/vector": "^0.6.1-beta.9",
"tslib": "^1.9.3"

@@ -22,3 +22,3 @@ },

"sideEffects": false,
"gitHead": "f2ed6d2048e65a58297f4a6be6cbe3de81295e89"
"gitHead": "1c51fa5ec99829132d76dad9019f801565abdf8b"
}
# @any-touch/compute
计算相关的函数, 比如计算距离和旋转角度.

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