Socket
Socket
Sign inDemoInstall

@ag-grid-community/csv-export

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag-grid-community/csv-export - npm Package Compare versions

Comparing version 22.1.1 to 23.0.0

2

dist/cjs/csvExport/csvCreator.js

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

CsvSerializingSession.prototype.parse = function () {
return this.result + LINE_SEPARATOR;
return this.result;
};

@@ -134,0 +134,0 @@ CsvSerializingSession.prototype.beginNewLine = function () {

@@ -129,3 +129,3 @@ var __extends = (this && this.__extends) || (function () {

CsvSerializingSession.prototype.parse = function () {
return this.result + LINE_SEPARATOR;
return this.result;
};

@@ -132,0 +132,0 @@ CsvSerializingSession.prototype.beginNewLine = function () {

{
"name": "@ag-grid-community/csv-export",
"version": "22.1.1",
"version": "23.0.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",
"main": "./dist/cjs/main.js",
"module": "./dist/es6/main.js",
"types": "./dist/es6/main.d.ts",
"types": "./dist/cjs/main.d.ts",
"scripts": {

@@ -44,3 +44,3 @@ "build-cjs": "tsc -p tsconfig.json",

"dependencies": {
"@ag-grid-community/core": "~22.1.1"
"@ag-grid-community/core": "~23.0.0"
},

@@ -47,0 +47,0 @@ "devDependencies": {

@@ -76,6 +76,6 @@

import {Grid} from "ag-grid/main";
import {Grid} from "@ag-grid-community/core";
import "ag-grid/dist/styles/ag-grid.css";
import "ag-grid/dist/styles/ag-theme-balham.css";
import "@ag-grid-community/core/dist/styles/ag-grid.css";
import "@ag-grid-community/core/dist/styles/ag-theme-balham.css";

@@ -102,3 +102,3 @@ ### Set configuration

For more information on how to integrate the grid into your project see [TypeScript - Building with Webpack 2](https://www.ag-grid.com/ag-grid-typescript-webpack-2?utm_source=ag-grid-readme&utm_medium=repository&utm_campaign=github).
For more information on how to integrate the grid into your project see [TypeScript - Building with Webpack 2](https://www.ag-grid.com/ag-grid-building-typescript?utm_source=ag-grid-readme&utm_medium=repository&utm_campaign=github).

@@ -105,0 +105,0 @@ Issue Reporting

Sorry, the diff of this file is not supported yet

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

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

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

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

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