New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

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

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

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