Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

8

package.json
{
"name": "hydrolysis",
"version": "1.3.0",
"version": "1.4.0",
"description": "Breaks polymers into monomers",
"homepage": "https://github.com/PolymerLabs/hydrolysis",
"bugs": "https://github.com/PolymerLabs/hydrolysis/issues",
"homepage": "https://github.com/Polymer/hydrolysis",
"bugs": "https://github.com/Polymer/hydrolysis/issues",
"license": {

@@ -13,3 +13,3 @@ "type": "BSD-3-Clause",

"type": "git",
"url": "https://github.com/PolymerLabs/hydrolysis.git"
"url": "https://github.com/Polymer/hydrolysis.git"
},

@@ -16,0 +16,0 @@ "main": "index.js",

@@ -5,3 +5,21 @@ # hydrolysis

## Install
```
npm install hydrolysis
```
## Usage
```js
var hyd = require('hydrolysis');
hyd.Analyzer.analyze('path-to-polymer-element.html')
.then(function(analyzer) {
console.log(analyzer.elementsByTagName['my-element'])
});
```
## Developing
You need [wct](https://github.com/Polymer/web-component-tester) to run the tests.

@@ -8,0 +26,0 @@ Run a one-off build of the project:

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