Socket
Socket
Sign inDemoInstall

@endorphinjs/template-runtime

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endorphinjs/template-runtime - npm Package Compare versions

Comparing version 0.9.6-alpha.5 to 0.10.0

1

dist/runtime.d.ts

@@ -20,2 +20,3 @@ import { Component, ComponentDefinition } from './component';

export { assign, obj } from './utils';
export type { Changes } from './types';
declare type FilterCallback<T> = (value: T, key: string | number) => boolean;

@@ -22,0 +23,0 @@ interface ComponentOptions {

6

dist/utils.d.ts

@@ -26,5 +26,5 @@ import { Changes, ChangeSet } from './types';

declare const assign: {
<T, U>(target: T, source: U): T & U;
<T_1, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
<T_2, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
<T extends {}, U>(target: T, source: U): T & U;
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
(target: object, ...sources: any[]): any;

@@ -31,0 +31,0 @@ };

{
"name": "@endorphinjs/template-runtime",
"version": "0.9.6-alpha.5",
"version": "0.10.0",
"description": "EndorphinJS template runtime, embedded with template bundles",

@@ -25,3 +25,3 @@ "main": "./dist/runtime.cjs.js",

"devDependencies": {
"@endorphinjs/template-compiler": "^0.9.3",
"@endorphinjs/template-compiler": "^0.10.0",
"@rollup/plugin-typescript": "^8.2.5",

@@ -54,3 +54,3 @@ "@types/mocha": "^9.0.0",

},
"gitHead": "0b2b503d93038194490986ae1004eb01919f1d92"
"gitHead": "1ad1930c1d688de799e4479c189bb484182331ec"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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