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.2 to 0.3.3

4

dist/component.d.ts

@@ -39,3 +39,3 @@ import { Injector, BaseBlock } from './injector';

*/
setProps(value: object): void;
setProps(value: Partial<P>): void;
/**

@@ -45,3 +45,3 @@ * Updates state with data from `value`

*/
setState(value: object): void;
setState(value: Partial<S>): void;
}

@@ -48,0 +48,0 @@ /**

@@ -21,3 +21,3 @@ import { Component } from './component';

*/
set(data: T): void;
set(data: Partial<T>): void;
/**

@@ -24,0 +24,0 @@ * Subscribes to changes in given store

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

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

"devDependencies": {
"@endorphinjs/template-compiler": "^0.3.2",
"@endorphinjs/template-compiler": "^0.3.3",
"@types/mocha": "^5.2.6",

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

},
"gitHead": "081e6a472dc910f7116706b201034fc167a38544"
"gitHead": "dacd94f733111a04e1b60b5962d508f9a10f69fe"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc