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

trans-render

Package Overview
Dependencies
Maintainers
0
Versions
849
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trans-render - npm Package Compare versions

Comparing version 0.0.846 to 0.0.847

ts-refs/be-committed/types.d.ts

4

package.json
{
"name": "trans-render",
"version": "0.0.846",
"version": "0.0.847",
"description": "Instantiate an HTML Template",

@@ -188,3 +188,3 @@ "type": "module",

"dependencies": {
"mount-observer": "0.0.37"
"mount-observer": "0.0.38"
},

@@ -191,0 +191,0 @@ "devDependencies": {

import {BEAllProps, IEnhancement} from '../trans-render/be/types';
import { Specifier } from "../trans-render/dss/types";
import { RoundaboutReady } from '../trans-render/froop/types';

@@ -25,5 +26,5 @@ export interface EndUserPropsBasic extends IEnhancement{

/**
* Slowly "awaken" a disabled element. If the disabled attribute is not set to a number, or is set to "1", removes the disabled attribute. If it is a larger number, decrements the number by 1.
* Slowly "awakens" a disabled element. If the disabled attribute is not set to a number, or is set to "1", removes the disabled attribute. If it is a larger number, decrements the number by 1.
*/
nudge?: boolean;
nudges?: boolean;
/**

@@ -76,3 +77,3 @@ * Event name to trigger count increment

export type BAP = AllProps & BEAllProps;
export type BAP = AllProps & BEAllProps & RoundaboutReady;

@@ -82,3 +83,3 @@ export interface Actions{

onCount(self: BAP): PAP;
shareValue(self: BAP): ProPAP;
//shareValue(self: BAP): ProPAP;
onOnce(self: BAP): PAP

@@ -85,0 +86,0 @@ // inc(self: this): PAP;

@@ -81,3 +81,4 @@ //import { MountObserver } from "./MountObserver";

mountedElements: WeakSet<Element>;
readAttrs(match: Element, branchIndexes?: Set<number>) : AttrChangeInfo[]
readAttrs(match: Element, branchIndexes?: Set<number>) : AttrChangeInfo[];
observedAttrs(): Promise<Array<string> | undefined>;
}

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