Socket
Socket
Sign inDemoInstall

csv-generate

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-generate - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

lib/es5/index.d.ts

4

CHANGELOG.md

@@ -11,2 +11,6 @@

## Version 3.2.3
* package: remove dot slash from files
## Version 3.2.2

@@ -13,0 +17,0 @@

8

package.json
{
"version": "3.2.2",
"version": "3.2.3",
"name": "csv-generate",

@@ -46,3 +46,3 @@ "description": "CSV and object generation implementing the Node.js `stream.Readable` API",

"files": [
"./lib"
"lib"
],

@@ -57,4 +57,4 @@ "main": "./lib",

"major": "npm version major -m 'Bump to version %s'",
"coffee": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"pretest": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"build": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"pretest": "npm run build",
"test": "mocha test/**/*.{coffee,ts}"

@@ -61,0 +61,0 @@ },

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