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

mosaic-audio

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mosaic-audio - npm Package Compare versions

Comparing version 0.2.3 to 0.2.5

index.js

2

mosaic.js

@@ -5,3 +5,3 @@ 'use strict';

import ReactDOM from 'react-dom';
import _u from './lib/utilities';
import _u from './u';

@@ -8,0 +8,0 @@ const Mosaic = React.createClass({

{
"name": "mosaic-audio",
"version": "0.2.3",
"version": "0.2.5",
"description": "A React audio wrapper for the HTML media element.",

@@ -17,3 +17,4 @@ "keywords": [

"scripts": {
"build": "./node_modules/.bin/babel mosaic.js -o index.js"
"build": "./node_modules/.bin/babel mosaic.js -o index.js && ./node_modules/.bin/babel utilities.js -o u.js",
"prepublish": "npm run build"
},

@@ -20,0 +21,0 @@ "repository": {

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