Socket
Socket
Sign inDemoInstall

instascan-last

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

instascan-last - npm Package Compare versions

Comparing version 2.0.9 to 2.1.0

4

index.js
require('webrtc-adapter');
var Instascan = {
Scanner: require('./src/scanner'),
Camera: require('./src/camera')
Scanner: require('./dist/instascan.min'),
Camera: require('./dist/instascan.min')
};
module.exports = Instascan;
{
"name": "instascan-last",
"version": "2.0.9",
"version": "2.1.0",
"description": "Webcam-driven QR code scanner.",

@@ -34,2 +34,3 @@ "main": "index.js",

"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",

@@ -36,0 +37,0 @@ "babel-preset-env": "^1.6.0",

@@ -323,3 +323,2 @@ const EventEmitter = require('events');

video.setAttribute('muted', true);
// video.setAttribute('controls', true);

@@ -326,0 +325,0 @@ return video;

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