🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@laser-dac/beyond

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laser-dac/beyond - npm Package Compare versions

Comparing version
0.2.1
to
0.3.0
+5
-4
dist/BeyondLib.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ldbSendFrameToImage = exports.getZoneRef = exports.ldbDeleteZoneImage = exports.ldbCreateZoneImage = exports.ldbBeyondExeStarted = exports.ldbBeyondExeReady = exports.ldbDestroy = exports.ldbCreate = void 0;
const path = require("path");
const Struct = require("ref-struct");
const ArrayType = require("ref-array");
const ffi = require("ffi");
const ref = require("ref");
const ffi = require("ffi-napi");
const ref = require("ref-napi");
const ArrayType = require('ref-array-di')(ref);
const Struct = require('ref-struct-di')(ref);
const BeyondPoint = Struct({

@@ -9,0 +10,0 @@ x: 'float',

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.relativeToColor = exports.relativeToPosition = exports.RESOLUTION = void 0;
exports.RESOLUTION = 64000;

@@ -4,0 +5,0 @@ function relativeToPosition(n) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Beyond = void 0;
const core_1 = require("@laser-dac/core");

@@ -4,0 +5,0 @@ const beyondLib = require("./BeyondLib");

{
"name": "@laser-dac/beyond",
"version": "0.2.1",
"version": "0.3.0",
"description": "Pangolin Beyond laser interface for Node.js",

@@ -26,8 +26,8 @@ "license": "MIT",

"@laser-dac/core": "^0.4.1",
"@types/ffi": "^0.2.1",
"@types/ref-array": "^0.0.28",
"@types/ref-struct": "^0.0.29",
"ffi": "^2.3.0",
"ref-array": "^1.2.0",
"ref-struct": "^1.1.0"
"@types/ffi-napi": "^2.4.2",
"@types/ref-napi": "^1.4.1",
"ffi-napi": "^3.0.0",
"ref-array-di": "^1.2.1",
"ref-napi": "^2.0.1",
"ref-struct-di": "^1.1.0"
},

@@ -39,3 +39,3 @@ "scripts": {

},
"gitHead": "77dfc17c784cb2e5599e7ab0bb0a9694152262b8"
"gitHead": "4bb821c3ea6a05f550c63c4cd3d0ba6b5dc5ce6b"
}