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

@player-ui/view

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@player-ui/view - npm Package Compare versions

Comparing version 0.1.1-next.12 to 0.1.1-next.13

3

dist/index.cjs.js

@@ -90,2 +90,5 @@ 'use strict';

}
if ((switchAST == null ? void 0 : switchAST.type) === exports.NodeType.Empty) {
return null;
}
return switchAST != null ? switchAST : null;

@@ -92,0 +95,0 @@ }

@@ -82,2 +82,5 @@ import { SyncWaterfallHook, SyncHook } from 'tapable-ts';

}
if ((switchAST == null ? void 0 : switchAST.type) === NodeType.Empty) {
return null;
}
return switchAST != null ? switchAST : null;

@@ -84,0 +87,0 @@ }

22

package.json
{
"name": "@player-ui/view",
"version": "0.1.1-next.12",
"version": "0.1.1-next.13",
"private": false,

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

"dependencies": {
"@player-ui/binding": "0.1.1-next.12",
"@player-ui/constants": "0.1.1-next.12",
"@player-ui/data": "0.1.1-next.12",
"@player-ui/expressions": "0.1.1-next.12",
"@player-ui/flow": "0.1.1-next.12",
"@player-ui/types": "0.1.1-next.12",
"@player-ui/schema": "0.1.1-next.12",
"@player-ui/logger": "0.1.1-next.12",
"@player-ui/string-resolver": "0.1.1-next.12",
"@player-ui/validator": "0.1.1-next.12",
"@player-ui/binding": "0.1.1-next.13",
"@player-ui/constants": "0.1.1-next.13",
"@player-ui/data": "0.1.1-next.13",
"@player-ui/expressions": "0.1.1-next.13",
"@player-ui/flow": "0.1.1-next.13",
"@player-ui/types": "0.1.1-next.13",
"@player-ui/schema": "0.1.1-next.13",
"@player-ui/logger": "0.1.1-next.13",
"@player-ui/string-resolver": "0.1.1-next.13",
"@player-ui/validator": "0.1.1-next.13",
"tapable-ts": "^0.1.0",

@@ -22,0 +22,0 @@ "timm": "^1.6.2",

@@ -97,2 +97,6 @@ import { omit, setIn } from 'timm';

if (switchAST?.type === NodeType.Empty) {
return null;
}
return switchAST ?? null;

@@ -99,0 +103,0 @@ }

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