New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lowdefy/plugin-csv

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/plugin-csv - npm Package Compare versions

Comparing version 4.0.0-rc.9 to 4.0.0-rc.10

4

dist/actions/DownloadCsv.js

@@ -15,4 +15,4 @@ /*

limitations under the License.
*/ async function DownloadCsv({ params }) {
const { filename , data , fields: flds } = params;
*/ async function DownloadCsv({ params }) {
const { filename, data, fields: flds } = params;
if (!Array.isArray(data) || typeof data[0] !== 'object') {

@@ -19,0 +19,0 @@ throw new Error('csvMake data takes an array of objects');

{
"name": "@lowdefy/plugin-csv",
"version": "4.0.0-rc.9",
"version": "4.0.0-rc.10",
"license": "Apache-2.0",

@@ -44,8 +44,8 @@ "description": "",

"devDependencies": {
"@jest/globals": "28.1.0",
"@swc/cli": "0.1.59",
"@swc/core": "1.3.24",
"@swc/jest": "0.2.24",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0"
"@jest/globals": "28.1.3",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.70",
"@swc/jest": "0.2.27",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3"
},

@@ -55,3 +55,3 @@ "publishConfig": {

},
"gitHead": "d20e6ac424643feca527a732dc2b0710713c8243"
"gitHead": "537af074f27770e32da9da8d48490f2eda94b406"
}
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