New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

drive-in

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drive-in - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/index.js

@@ -233,3 +233,3 @@ var Jvent = require('jvent'),

this.slideshow = true;
this.createMediaEl();
this._createMediaEl();
this._playImageItem(item, itemNum);

@@ -523,2 +523,4 @@

DriveIn.prototype.showPlaylist = function(rawPlaylist, options) {
options = options || {};
if (options.hasOwnProperty('mute')) {

@@ -525,0 +527,0 @@ this.mute = options.mute;

{
"name": "drive-in",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core library for React Drive-In",

@@ -5,0 +5,0 @@ "main": "index.js",

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