cycle-handtrack-driver
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -15,3 +15,3 @@ "use strict"; | ||
var xs = require("xstream").default; | ||
var handTrack = require("../../node_modules/handtrackjs/dist/handtrack.min.js"); | ||
var handTrack = require("handtrackjs/dist/handtrack.min.js"); // copied from v0.0.13 | ||
var makeHandTrackDriver = function (_a) { | ||
@@ -18,0 +18,0 @@ var _b = _a === void 0 ? {} : _a, _c = _b.model, model = _c === void 0 ? null : _c, _d = _b.modelParams, modelParams = _d === void 0 ? {} : _d; |
{ | ||
"name": "cycle-handtrack-driver", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "A Cycle.js driver for using victordibia's handtrackjs", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung", |
const xs = require("xstream").default; | ||
const handTrack = require("../../node_modules/handtrackjs/dist/handtrack.min.js"); | ||
const handTrack = require("handtrackjs/dist/handtrack.min.js"); // copied from v0.0.13 | ||
@@ -4,0 +4,0 @@ const makeHandTrackDriver = ({ model = null, modelParams = {} } = {}) => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
903316
24
4310
1
3
4
9