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 3.0.0 to 3.1.0

lib/index.d.ts

4

CHANGELOG.md
# Changelog
## Version 3.1.0
* typescript: add typings
## Version 3.0.0

@@ -5,0 +9,0 @@

7

package.json
{
"version": "3.0.0",
"version": "3.1.0",
"name": "csv-stringify",

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

"scripts": {
"preversion": "rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md",
"preversion": "rm -rf lib/*.js && npm test && grep '## Trunk' CHANGELOG.md",
"version": "version=`grep '^ \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md",

@@ -40,3 +40,4 @@ "postversion": "git push && git push --tags && npm publish",

"test": "mocha test/**/*.coffee"
}
},
"types": "./lib/index.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc