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

xsg-player-sdk

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xsg-player-sdk - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

8

dist/index.d.ts

@@ -1,2 +0,3 @@

import { JSX } from 'solid-js';
import { MountableElement } from 'solid-js/web';
import { Setter } from 'solid-js';

@@ -24,3 +25,6 @@ declare interface AudioPlayerProps extends BasicPlayerProps {

export declare function SolidPlayer(propsOriginal: SolidPlayerProps): JSX.Element;
export declare function createPlayer(props: SolidPlayerProps, element: MountableElement): {
setProps: Setter<SolidPlayerProps>;
dispose: () => void;
};

@@ -27,0 +31,0 @@ declare interface SolidPlayerLanguage {

{
"name": "xsg-player-sdk",
"version": "0.0.25",
"version": "0.0.26",
"files": [

@@ -51,5 +51,2 @@ "./dist",

},
"peerDependencies": {
"solid-js": "^1.8.14"
},
"scripts": {

@@ -56,0 +53,0 @@ "dev": "vite",

Sorry, the diff of this file is not supported yet

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