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

@player-ui/data

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/data - 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');
var binding = require('@player-ui/binding');

@@ -184,3 +184,3 @@ var get = require('dlv');

this.hooks = {
onSet: new tapable.SyncHook(["transaction"])
onSet: new tapableTs.SyncHook()
};

@@ -187,0 +187,0 @@ this.pipeline = pipeline;

import { BindingInstance, BindingLike, BindingFactory } from '@player-ui/binding';
import { SyncHook } from 'tapable';
import { SyncHook } from 'tapable-ts';

@@ -69,3 +69,3 @@ declare const ROOT_BINDING: BindingInstance;

readonly hooks: {
onSet: SyncHook<BatchSetTransaction, any, any>;
onSet: SyncHook<[BatchSetTransaction], Record<string, any>>;
};

@@ -72,0 +72,0 @@ constructor(pipeline?: DataPipeline);

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

import { SyncHook } from 'tapable';
import { SyncHook } from 'tapable-ts';
import { BindingInstance, isBinding } from '@player-ui/binding';

@@ -175,3 +175,3 @@ import get from 'dlv';

this.hooks = {
onSet: new SyncHook(["transaction"])
onSet: new SyncHook()
};

@@ -178,0 +178,0 @@ this.pipeline = pipeline;

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

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

"dependencies": {
"@player-ui/binding": "0.0.1-next.5",
"@player-ui/binding": "0.0.1-next.6",
"@types/dlv": "^1.1.2",
"dlv": "^1.1.3",
"@types/tapable": "^1.0.5",
"tapable": "1.1.3",
"tapable-ts": "^0.1.0",
"timm": "^1.6.2",

@@ -17,0 +16,0 @@ "@babel/runtime": "7.15.4"

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

import { SyncHook } from 'tapable';
import { SyncHook } from 'tapable-ts';
import type { BindingLike, BindingFactory } from '@player-ui/binding';

@@ -173,3 +173,3 @@ import { BindingInstance, isBinding } from '@player-ui/binding';

public readonly hooks = {
onSet: new SyncHook<BatchSetTransaction>(['transaction']),
onSet: new SyncHook<[BatchSetTransaction]>(),
};

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