🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more →
Socket
Book a DemoInstallSign in
Socket

noclosure-resin-bridge

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noclosure-resin-bridge

https://github.com/mikesamuel/noclosure-resin-bridge.git

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

No Closure Polymer Resin Bridge

Build Status Dependencies Status npm Coverage Status Install Size Known Vulnerabilities

A bridge for Polymer Resin that does not depend on Closure Library.

See configuring Polymer Resin for information about bridge functions.

The bridge function defines what values are safe. It allows a framework to interoperate with different kinds of "safe values" like Google Closure's goog.html package, the Trusted Types polyfill, or node-sec-patterns.

If index.js has loaded into the browser, then you can configure Polymer Resin with this bridge thus:

security.polymer_resin.install({
  'safeTypesBridge': security.polymer_resin.noclosure_bridge,
  ...
})

Keywords

security

FAQs

Package last updated on 23 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts