Socket
Socket
Sign inDemoInstall

@webcomponents/webcomponentsjs

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webcomponents/webcomponentsjs - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

package.json
{
"name": "@webcomponents/webcomponentsjs",
"version": "1.2.5",
"version": "1.2.6",
"description": "Web Components Polyfills",

@@ -5,0 +5,0 @@ "main": "webcomponents-lite.js",

@@ -15,5 +15,10 @@ /**

window.Promise = PromisePolyfill;
// save Promise API that closure renames
// save Promise API that is removed by closure compiler
// catch and finally are safe, as they are stringified in the library source
/* eslint-disable no-self-assign */
PromisePolyfill.prototype['then'] = PromisePolyfill.prototype.then;
PromisePolyfill['all'] = PromisePolyfill.all;
PromisePolyfill['race'] = PromisePolyfill.race;
PromisePolyfill['resolve'] = PromisePolyfill.resolve;
PromisePolyfill['reject'] = PromisePolyfill.reject;
/* eslint-enable */

@@ -20,0 +25,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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