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

ag-grid-polymer

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-grid-polymer - npm Package Compare versions

Comparing version 19.1.2 to 20.0.0

4

package.json
{
"name": "ag-grid-polymer",
"version": "19.1.2",
"version": "20.0.0",
"description": "ag-Grid Polymer 3 Web Component",

@@ -24,3 +24,3 @@ "main": "index.js",

"peerDependencies": {
"ag-grid-community": "^19.1.0",
"ag-grid-community": "^20.0.0",
"@polymer/polymer": "^3.0.0-pre.12"

@@ -27,0 +27,0 @@ },

@@ -68,5 +68,5 @@ import { PolymerElement } from "../../@polymer/polymer/polymer-element.js";

if (Object.keys(this._attributes).length === 0 && Object.keys(this._gridOptions).length === 0) {
setTimeout(() => {
window.setTimeout(() => {
this.initialiseGrid();
}, 0)
}, 0);
} else {

@@ -73,0 +73,0 @@ this.initialiseGrid();

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