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.3.4 to 0.3.5

2

dist/component.d.ts

@@ -157,2 +157,4 @@ import { Injector, BaseBlock } from './injector';

didUnmount?(component: Component): void;
/** Contents of `slotName` slot were updated */
didSlotUpdate?(component: Component, slotName: string, slotContainer: Element | DocumentFragment): void;
[key: string]: any;

@@ -159,0 +161,0 @@ }

6

package.json
{
"name": "@endorphinjs/template-runtime",
"version": "0.3.4",
"version": "0.3.5",
"description": "EndorphinJS template runtime, embedded with template bundles",

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

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

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

},
"gitHead": "739bc20f808b6d1de090292107945693b49318f0"
"gitHead": "beb988ee6b0efd441d0cb98c87530820ba15c98b"
}

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