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 2.0.1 to 2.0.2

4

CHANGELOG.md
# Changelog
## Version 2.0.2
* package: start running tests in preversion
## Version 2.0.1

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

4

package.json
{
"version": "2.0.1",
"version": "2.0.2",
"name": "csv-stringify",

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

"scripts": {
"preversion": "grep '## Trunk' CHANGELOG.md && rm -rf lib && npm test",
"preversion": "rm -rf lib && 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",

@@ -31,0 +31,0 @@ "postversion": "git push && git push --tags && npm publish",

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