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 1.0.12 to 1.0.13-alpha.0

2

dist/_computeVectorForMutli.d.ts

@@ -1,2 +0,2 @@

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

@@ -3,0 +3,0 @@ startV: Vector;

@@ -1,2 +0,2 @@

import type { Input, VS, Point } from '@any-touch/shared';
import { Input, VS, Point } from '@any-touch/shared';
/**

@@ -3,0 +3,0 @@ * 计算角度

@@ -1,2 +0,2 @@

import type { directionString } from '@any-touch/shared';
import { directionString } from '@any-touch/shared';
declare function ComputeDistance(): (input: any) => {

@@ -3,0 +3,0 @@ displacementX: number;

@@ -1,2 +0,2 @@

import type { Input, Point, VS } from '@any-touch/shared';
import { Input, Point, VS } from '@any-touch/shared';
declare function ComputeScale(): (input: any) => void | {

@@ -3,0 +3,0 @@ scale: number;

@@ -1,2 +0,2 @@

import type { directionString } from '@any-touch/shared';
import { directionString } from '@any-touch/shared';
declare function ComputeVAndDir(): (input: any) => {

@@ -3,0 +3,0 @@ speedX: number;

{
"name": "@any-touch/compute",
"version": "1.0.12",
"version": "1.0.13-alpha.0",
"main": "dist/index.js",

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

"dependencies": {
"@any-touch/shared": "^1.0.12",
"@any-touch/vector": "^1.0.12",
"@any-touch/shared": "^1.0.13-alpha.0",
"@any-touch/vector": "^1.0.13-alpha.0",
"tslib": "^1.9.3"

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

"sideEffects": false,
"gitHead": "ac34054ccf1ef99c76d20ad33d838ba4855be90f"
"gitHead": "c9139a826374f4da88c50dd5f756b9416a5d1c98"
}
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