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

react-html-element

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-html-element - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-react-16

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# [2.2.0](https://github.com/WTW-IM/react-html-element/compare/v2.1.0...v2.2.0) (2021-01-12)
### Build
* updating vulnerable build dependencies ([cdf5e6a](https://github.com/WTW-IM/react-html-element/commit/cdf5e6a4520ef3fe0284c99983e9e428240f0986))
### Update
* importing es5 polyfills by default ([3566c5b](https://github.com/WTW-IM/react-html-element/commit/3566c5ba9deffb304bbba91ced5d92c6d26672a2))
# [2.1.0](https://github.com/WTW-IM/react-html-element/compare/v2.0.0...v2.1.0) (2020-11-20)

@@ -2,0 +13,0 @@

1

dist/index.d.ts

@@ -0,2 +1,3 @@

import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter';
import ReactHTMLElement from './ReactHTMLElement';
export default ReactHTMLElement;

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
require("@webcomponents/webcomponentsjs/custom-elements-es5-adapter");
var ReactHTMLElement_1 = __importDefault(require("./ReactHTMLElement"));
exports.default = ReactHTMLElement_1.default;

6

dist/ReactHTMLElement.js

@@ -6,3 +6,3 @@ "use strict";

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -60,3 +60,3 @@ };

},
enumerable: true,
enumerable: false,
configurable: true

@@ -73,3 +73,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -76,0 +76,0 @@ });

{
"name": "react-html-element",
"version": "2.1.0",
"version": "2.2.0-react-16",
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",

@@ -57,4 +57,4 @@ "main": "dist/index.js",

"@babel/preset-typescript": "^7.9.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",

@@ -84,5 +84,8 @@ "@semantic-release/git": "^9.0.0",

"react-dom": "^16.13.0",
"semantic-release": "^17.0.4",
"semantic-release": "^17.3.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.5.0"
}
}
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