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.847 to 0.0.848

ts-refs/be-a-beacon/types.d.ts

14

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

@@ -8,9 +8,8 @@ "type": "module",

"module": "trans-render.js",
"types": "index.d.ts",
"types": "./ts-refs/trans-render/types.d.ts",
"scripts": {
"serve": "node node_modules/may-it-serve/serve.js",
"serve": "python3 ./node_modules/ssi-server/ssi_server.py",
"test": "playwright test",
"doc": "wca analyze trans-render.js --outFile custom-elements.json",
"package-check": "package-check",
"compress": "terser lib/CE.js -o dist/CE.min.js -c -m ",
"safari": "npx playwright wk http://localhost:3030",

@@ -189,8 +188,7 @@ "update": "ncu -u && npm install"

"dependencies": {
"mount-observer": "0.0.38"
"mount-observer": "0.0.39"
},
"devDependencies": {
"@playwright/test": "1.47.2",
"may-it-serve": "0.0.8",
"xtal-shell": "0.0.27"
"@playwright/test": "1.48.0",
"ssi-server": "0.0.1"
},

@@ -197,0 +195,0 @@ "repository": {

@@ -6,3 +6,3 @@ // playwright.config.ts

command: 'npm run serve',
url: 'http://localhost:3030/',
url: 'http://localhost:8000/',
timeout: 120 * 1000,

@@ -12,3 +12,3 @@ reuseExistingServer: !process.env.CI,

use: {
baseURL: 'http://localhost:3030/',
baseURL: 'http://localhost:8000/',
},

@@ -15,0 +15,0 @@ projects: [

@@ -23,6 +23,7 @@ # trans-render

3. Install node.js.
4. Open command window to folder where you cloned this repo.
5. > npm install
6. > npm run serve
7. Open http://localhost:3030/demo/ in a modern browser.
4. Install python v3 or later.
5. Open command window to folder where you cloned this repo.
6. > npm install
7. > npm run serve
8. Open http://localhost:8000/demo/ in a modern browser.

@@ -29,0 +30,0 @@ ## Running Tests

@@ -39,18 +39,4 @@ import {BEAllProps, EventListenerOrFn, IEnhancement} from '../trans-render/be/types';

export type ProPAP = Promise<PAP>
export type ProPAP = Promise<PAP>;
// export interface Actions{
// parseForAttr(self: this): PAP;
// regOnInput(self: this): PAP;
// regOnChange(self: this): PAP;
// regOnLoad(self: this): PAP;
// genRemoteSpecifiers(self: this): PAP;
// hydrate(self: this): ProPAP;
// findScriptEl(self: this): PAP;
// //getArgs(self: this): PAP;
// //observe(self: this): ProPAP;
// importSymbols(self: this): ProPAP;
// //onValue(self: this): void;
// }
export type BAP = AP & BEAllProps & Handlers;

@@ -57,0 +43,0 @@

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

import { CustomHandlers, ScopedCustomHandlers } from '../trans-render/be/types';
import { CustomHandlers} from '../trans-render/be/types';
import {StringWithAutocompleteOptions} from '../trans-render/types';

@@ -17,3 +17,3 @@ export type aggKeys = StringWithAutocompleteOptions<

customHandlers: CustomHandlers;
scopedCustomHandlers?: ScopedCustomHandlers;
}
}
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