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

angular-three-cannon

Package Overview
Dependencies
Maintainers
0
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-three-cannon - npm Package Compare versions

Comparing version 2.0.0-beta.286 to 2.0.0-beta.287

4

lib/physics.d.ts

@@ -12,6 +12,6 @@ import { Signal } from '@angular/core';

}
export interface NgtcCannonWorker extends CannonWorkerAPI {
export type NgtcCannonWorker = CannonWorkerAPI & {
on: <K extends keyof NgtcCannonWorkerEvents>(event: K, cb: (data: NgtcCannonWorkerEvents[K]['data']) => void) => void;
removeAllListeners: () => void;
}
};
type NgtcCannonEvent = CollideBeginEvent | CollideEndEvent | CollideEvent | RayhitEvent;

@@ -18,0 +18,0 @@ type NgtcCallbackByType<T extends {

{
"name": "angular-three-cannon",
"version": "2.0.0-beta.286",
"version": "2.0.0-beta.287",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

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