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.3-beta.0 to 0.7.0

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.3-beta.0",
"version": "0.7.0",
"main": "dist/index.js",

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

"dependencies": {
"@any-touch/shared": "^0.6.3-beta.0",
"@any-touch/vector": "^0.6.3-beta.0",
"@any-touch/shared": "^0.7.0",
"@any-touch/vector": "^0.7.0",
"tslib": "^1.9.3"

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

"sideEffects": false,
"gitHead": "8d5f17faa86ccfb5091086bb38012659af614dec"
"gitHead": "31d10e40b19d87bc393b0486fe69670f37dc97f3"
}
# @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