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

ag-grid-vue3

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-grid-vue3 - npm Package Compare versions

Comparing version 29.1.0 to 29.2.0

2

gulpfile.js

@@ -5,3 +5,3 @@ const gulp = require('gulp');

const copyFromModuleSource = () => {
return gulp.src("../../community-modules/vue3/src/**/*")
return gulp.src("../../grid-community-modules/vue3/src/**/*")
.pipe(replace('@ag-grid-community/core', 'ag-grid-community'))

@@ -8,0 +8,0 @@ .pipe(gulp.dest("./src"));

{
"name": "ag-grid-vue3",
"description": "AG Grid Vue 3 Component",
"version": "29.1.0",
"version": "29.2.0",
"author": "Sean Landsman <sean@thelandsmans.com>",

@@ -33,3 +33,3 @@ "license": "MIT",

"dependencies": {
"ag-grid-community": "~29.1.0",
"ag-grid-community": "~29.2.0",
"vue": "^3.0.0"

@@ -36,0 +36,0 @@ },

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