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

cycle-handtrack-driver

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycle-handtrack-driver - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

src/handtrack.min.js

2

lib/cjs/index.js

@@ -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

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