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

@player-ui/player

Package Overview
Dependencies
Maintainers
2
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@player-ui/player - npm Package Compare versions

Comparing version 0.3.0-next.1 to 0.3.0-next.2

4

dist/index.cjs.js

@@ -1033,4 +1033,4 @@ 'use strict';

};
const PLAYER_VERSION = "0.3.0-next.1";
const COMMIT = "88bfa5490cbc5a66f3a879df4865b3b57f184d39";
const PLAYER_VERSION = "0.3.0-next.2";
const COMMIT = "3b8d937ea6cb5b198dc8e1b834644666884c5d18";
const _Player = class {

@@ -1037,0 +1037,0 @@ constructor(config) {

@@ -1033,4 +1033,4 @@ export * from '@player-ui/types';

};
const PLAYER_VERSION = "0.3.0-next.1";
const COMMIT = "88bfa5490cbc5a66f3a879df4865b3b57f184d39";
const PLAYER_VERSION = "0.3.0-next.2";
const COMMIT = "3b8d937ea6cb5b198dc8e1b834644666884c5d18";
const _Player = class {

@@ -1037,0 +1037,0 @@ constructor(config) {

{
"name": "@player-ui/player",
"version": "0.3.0-next.1",
"version": "0.3.0-next.2",
"private": false,

@@ -10,15 +10,15 @@ "publishConfig": {

"dependencies": {
"@player-ui/binding": "0.3.0-next.1",
"@player-ui/constants": "0.3.0-next.1",
"@player-ui/data": "0.3.0-next.1",
"@player-ui/expressions": "0.3.0-next.1",
"@player-ui/flow": "0.3.0-next.1",
"@player-ui/logger": "0.3.0-next.1",
"@player-ui/partial-match-registry": "0.3.0-next.1",
"@player-ui/schema": "0.3.0-next.1",
"@player-ui/string-resolver": "0.3.0-next.1",
"@player-ui/types": "0.3.0-next.1",
"@player-ui/utils": "0.3.0-next.1",
"@player-ui/validator": "0.3.0-next.1",
"@player-ui/view": "0.3.0-next.1",
"@player-ui/binding": "0.3.0-next.2",
"@player-ui/constants": "0.3.0-next.2",
"@player-ui/data": "0.3.0-next.2",
"@player-ui/expressions": "0.3.0-next.2",
"@player-ui/flow": "0.3.0-next.2",
"@player-ui/logger": "0.3.0-next.2",
"@player-ui/partial-match-registry": "0.3.0-next.2",
"@player-ui/schema": "0.3.0-next.2",
"@player-ui/string-resolver": "0.3.0-next.2",
"@player-ui/types": "0.3.0-next.2",
"@player-ui/utils": "0.3.0-next.2",
"@player-ui/validator": "0.3.0-next.2",
"@player-ui/view": "0.3.0-next.2",
"babel-plugin-preval": "^5.0.0",

@@ -25,0 +25,0 @@ "dequal": "^2.0.2",

@@ -30,4 +30,4 @@ import { SyncHook, SyncWaterfallHook } from 'tapable-ts';

// Variables injected at build time
const PLAYER_VERSION = '0.3.0-next.1';
const COMMIT = '88bfa5490cbc5a66f3a879df4865b3b57f184d39';
const PLAYER_VERSION = '0.3.0-next.2';
const COMMIT = '3b8d937ea6cb5b198dc8e1b834644666884c5d18';

@@ -34,0 +34,0 @@ export interface PlayerPlugin {

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