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

@player-ui/schema

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/schema - npm Package Compare versions

Comparing version 0.0.1-next.5 to 0.0.1-next.6

4

dist/index.cjs.js

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

var tapable = require('tapable');
var tapableTs = require('tapable-ts');

@@ -83,3 +83,3 @@ var __defProp = Object.defineProperty;

this.hooks = {
resolveTypeForBinding: new tapable.SyncWaterfallHook(["dataType", "binding"])
resolveTypeForBinding: new tapableTs.SyncWaterfallHook()
};

@@ -86,0 +86,0 @@ this.schema = schema ? parse(schema) : new Map();

import { Formatting, Schema } from '@player-ui/types';
import { SyncWaterfallHook } from 'tapable';
import { SyncWaterfallHook } from 'tapable-ts';
import { BindingInstance } from '@player-ui/binding';

@@ -56,3 +56,3 @@ import { ValidationProvider, ValidationObject } from '@player-ui/validator';

readonly hooks: {
resolveTypeForBinding: SyncWaterfallHook<Schema.DataType<unknown> | undefined, BindingInstance, any>;
resolveTypeForBinding: SyncWaterfallHook<[Schema.DataType<unknown> | undefined, BindingInstance], Record<string, any>>;
};

@@ -59,0 +59,0 @@ constructor(schema?: Schema.Schema);

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

import { SyncWaterfallHook } from 'tapable';
import { SyncWaterfallHook } from 'tapable-ts';

@@ -78,3 +78,3 @@ var __defProp = Object.defineProperty;

this.hooks = {
resolveTypeForBinding: new SyncWaterfallHook(["dataType", "binding"])
resolveTypeForBinding: new SyncWaterfallHook()
};

@@ -81,0 +81,0 @@ this.schema = schema ? parse(schema) : new Map();

{
"name": "@player-ui/schema",
"version": "0.0.1-next.5",
"version": "0.0.1-next.6",
"private": false,

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

"dependencies": {
"@player-ui/binding": "0.0.1-next.5",
"@player-ui/data": "0.0.1-next.5",
"@player-ui/types": "0.0.1-next.5",
"@player-ui/validator": "0.0.1-next.5",
"tapable": "1.1.3",
"@player-ui/binding": "0.0.1-next.6",
"@player-ui/data": "0.0.1-next.6",
"@player-ui/types": "0.0.1-next.6",
"@player-ui/validator": "0.0.1-next.6",
"tapable-ts": "^0.1.0",
"@babel/runtime": "7.15.4"

@@ -17,0 +17,0 @@ },

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

import { SyncWaterfallHook } from 'tapable';
import { SyncWaterfallHook } from 'tapable-ts';
import type { BindingInstance } from '@player-ui/binding';

@@ -97,5 +97,4 @@ import type { Schema as SchemaType, Formatting } from '@player-ui/types';

resolveTypeForBinding: new SyncWaterfallHook<
SchemaType.DataType | undefined,
BindingInstance
>(['dataType', 'binding']),
[SchemaType.DataType | undefined, BindingInstance]
>(),
};

@@ -102,0 +101,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