Socket
Socket
Sign inDemoInstall

csv-stringify

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-stringify - npm Package Compare versions

Comparing version 5.6.4 to 5.6.5

2

lib/es5/index.js

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

function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }

@@ -46,0 +46,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }

{
"version": "5.6.4",
"version": "5.6.5",
"name": "csv-stringify",

@@ -31,7 +31,7 @@ "description": "CSV stringifier implementing the Node.js `stream.Transform` API",

"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.7",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.8",
"@types/should": "^13.0.0",

@@ -41,9 +41,9 @@ "babelify": "^10.0.0",

"coffeescript": "~2.5.1",
"csv-generate": "~3.2.4",
"csv-generate": "^3.4.3",
"each": "^1.2.2",
"express": "^4.17.1",
"mocha": "~8.2.1",
"mocha": "~9.1.1",
"should": "~13.2.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},

@@ -75,3 +75,3 @@ "files": [

"types": "./lib/index.d.ts",
"gitHead": "6b34c28a523bb4c666a5e8a7738640b71edf7b05"
"gitHead": "0fd5209b6862655c384cda052abf38019b959e70"
}

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