New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-render-html-once

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-render-html-once - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "angular-render-html-once",
"version": "1.1.1",
"version": "1.1.2",
"description": "Anuglar helper component for HTML string that should be rendered once and maintaned later",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bushee/angular-render-html-once",

@@ -20,3 +20,3 @@ # angular-render-html-once

#### Component
- use `<angular-render-html-once>` component wherever you would normally use `[innerHtml]` directive
- use `<render-html-once>` component wherever you would normally use `[innerHtml]` directive
- inputs:

@@ -23,0 +23,0 @@ - `id` **required** - plain old HTML `id` attribute; required to match components whenever they could be destroyed and created again (or created from scratch browser-side and match them with their server-side rendered counterparts)

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