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

clappr

Package Overview
Dependencies
Maintainers
6
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clappr - npm Package Compare versions

Comparing version 0.2.70 to 0.2.71

2

bower.json
{
"name": "clappr",
"description": "An extensible media player for the web",
"version": "0.2.70",
"version": "0.2.71",
"homepage": "https://github.com/clappr/clappr",

@@ -6,0 +6,0 @@ "authors": [

{
"name": "clappr",
"version": "0.2.70",
"version": "0.2.71",
"description": "An extensible media player for the web",

@@ -5,0 +5,0 @@ "main": "./dist/clappr.js",

@@ -86,7 +86,7 @@ // Copyright 2014 Globo.com Player authors. All rights reserved.

if (!eventsApi(this, 'once', name, [callback, context]) || !callback) {return this}
const once = () => {
this.off(name, once)
callback.apply(context || this, arguments)
const off = () => this.off(name, once)
const once = function() {
off(name, once)
callback.apply(this, arguments)
}
once._callback = callback
return this.on(name, once, context)

@@ -93,0 +93,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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