Sign In

@aspicio/core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspicio/core - npm Package Compare versions

Comparing version
0.11.0
to
0.11.1
+4
-0
dist/index.d.mts

@@ -409,2 +409,6 @@ //#region src/model/types.d.ts

private animationFrame;
/** The settled pose an in-flight animation is easing toward, or null when
* the camera is at rest. Relative ops (zoomBy, resetRotation) compound from
* this so rapid clicks accumulate instead of reading a mid-flight camera. */
private pendingView;
document: DxfDocument | null;

@@ -411,0 +415,0 @@ constructor(container: HTMLElement, options?: DxfViewerOptions);

+1
-1
{
"name": "@aspicio/core",
"version": "0.11.0",
"version": "0.11.1",
"description": "Aspicio — a TypeScript DXF viewer library (WebGL, mobile-first).",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/frontsail-ai/aspicio/tree/master/packages/core#readme",

Sorry, the diff of this file is too big to display