New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 25.0.0 to 25.1.0

8

package.json
{
"name": "ag-grid-polymer",
"version": "25.0.0",
"description": "ag-Grid Polymer 3 Web Component",
"version": "25.1.0",
"description": "AG Grid Polymer 3 Web Component",
"main": "index.js",

@@ -26,3 +26,3 @@ "scripts": {

"peerDependencies": {
"ag-grid-community": "~25.0.0",
"ag-grid-community": "~25.1.0",
"@polymer/polymer": "^3.0.0"

@@ -36,4 +36,4 @@ },

"gulp-replace": "^1.0.0",
"@ag-grid-community/polymer": "~25.0.0"
"@ag-grid-community/polymer": "~25.1.0"
}
}

@@ -1,6 +0,6 @@

# ag-Grid Polymer 3 Component
# AG Grid Polymer 3 Component
This project contains the ag-Grid Polymer Component
This project contains the AG Grid Polymer Component
See the [www.ag-grid.com](http://www.ag-grid.com) for an overview and full documentation.

@@ -12,3 +12,3 @@ import BaseGuiComponent from './BaseFrameworkComponent'

if (mandatory) {
console.warn('ag-Grid: Polymer Element is missing the method ' + methodName + '()');
console.warn('AG Grid: Polymer Element is missing the method ' + methodName + '()');
}

@@ -15,0 +15,0 @@ return null;

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