Socket
Socket
Sign inDemoInstall

hydrolysis

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydrolysis

Breaks polymers into monomers


Version published
Weekly downloads
3K
decreased by-23.21%
Maintainers
4
Weekly downloads
 
Created
Source

NPM version Build Status

hydrolysis

Static analysis utilities for polymer.

Install

npm install hydrolysis

Usage

var hyd = require('hydrolysis');

hyd.Analyzer.analyze('path-to-polymer-element.html')
    .then(function(analyzer) {
      console.log(analyzer.elementsByTagName['my-element'])
    });

For more detail, see the API Docs.

Developing

You need wct to run the tests.

Run a one-off build of the project:

npm run build

Or watch the source for changes, and rebuild each time a file is modified:

npm run watch

FAQs

Package last updated on 26 Apr 2017

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