Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@endorphinjs/template-runtime

Package Overview
Dependencies
0
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

dist/runtime-types.d.ts

10

dist/types.d.ts

@@ -24,8 +24,8 @@ import { Component } from './component';

}
export interface Changes {
[key: string]: {
current: any;
prev: any;
export declare type Changes<T = any> = {
[P in keyof T]?: {
current: T[P] | null;
prev: T[P] | null;
};
}
};
export interface EventBinding extends EventListenerObject {

@@ -32,0 +32,0 @@ host: Component;

{
"name": "@endorphinjs/template-runtime",
"version": "0.3.5",
"version": "0.3.6",
"description": "EndorphinJS template runtime, embedded with template bundles",

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

"devDependencies": {
"@endorphinjs/template-compiler": "^0.3.5",
"@endorphinjs/template-compiler": "^0.3.6",
"@types/mocha": "^5.2.6",

@@ -52,3 +52,3 @@ "@types/node": "^11.13.10",

},
"gitHead": "beb988ee6b0efd441d0cb98c87530820ba15c98b"
"gitHead": "65ba7645b254352bdedd8958448f1b9f63ebd7b8"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc