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

@cycle-robot-drivers/sound

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle-robot-drivers/sound - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

lib/cjs/AudioPlayerAction.d.ts

@@ -23,2 +23,1 @@ /**

};
export declare function IsolatedAudioPlayerAction(sources: any): any;

@@ -17,3 +17,2 @@ "use strict";

var adapt_1 = require("@cycle/run/lib/adapt");
var isolate_1 = __importDefault(require("@cycle/isolate"));
var action_1 = require("@cycle-robot-drivers/action");

@@ -161,7 +160,2 @@ /**

exports.AudioPlayerAction = AudioPlayerAction;
function IsolatedAudioPlayerAction(sources) {
return isolate_1.default(AudioPlayerAction)(sources);
}
exports.IsolatedAudioPlayerAction = IsolatedAudioPlayerAction;
;
//# sourceMappingURL=AudioPlayerAction.js.map

@@ -23,2 +23,1 @@ /**

};
export declare function IsolatedAudioPlayerAction(sources: any): any;

@@ -12,3 +12,2 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {

import { adapt } from '@cycle/run/lib/adapt';
import isolate from '@cycle/isolate';
import { Status, initGoal, generateGoalID, isEqual, } from '@cycle-robot-drivers/action';

@@ -155,6 +154,2 @@ /**

}
export function IsolatedAudioPlayerAction(sources) {
return isolate(AudioPlayerAction)(sources);
}
;
//# sourceMappingURL=AudioPlayerAction.js.map

7

package.json
{
"name": "@cycle-robot-drivers/sound",
"version": "0.0.6",
"description": "Cycle.js drivers and action components for playing sounds using HTMLAudioElement",
"version": "0.0.7",
"description": "",
"author": "Michael Jae-Yoon Chung",

@@ -13,4 +13,3 @@ "license": "MIT",

"dependencies": {
"@cycle/isolate": "3.4.0",
"@cycle/run": "4.4.0",
"@cycle/run": "5.1.0",
"@cycle-robot-drivers/action": "~0.0.0",

@@ -17,0 +16,0 @@ "xstream": "11.7.0"

import xs from 'xstream';
import dropRepeats from 'xstream/extra/dropRepeats';
import {adapt} from '@cycle/run/lib/adapt';
import isolate from '@cycle/isolate';
import {

@@ -194,5 +193,1 @@ GoalID, Goal, GoalStatus, Status, Result,

}
export function IsolatedAudioPlayerAction(sources) {
return isolate(AudioPlayerAction)(sources);
};

Sorry, the diff of this file is not supported yet

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