Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wmfs/xml2csv

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/xml2csv - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

16

CHANGELOG.md

@@ -0,1 +1,17 @@

# [1.17.0](https://github.com/wmfs/xml2csv/compare/v1.16.0...v1.17.0) (2020-08-17)
### 🛠 Builds
* **deps:** bump lodash from 4.17.19 to 4.17.20 ([0852e08](https://github.com/wmfs/xml2csv/commit/0852e08803e3a818ed270f06eea160509c4ade1e))
* **deps-dev:** bump codecov from 3.7.0 to 3.7.1 ([a15aa5e](https://github.com/wmfs/xml2csv/commit/a15aa5eb3c2238773cb61e569e0f38ddfaae9478))
* **deps-dev:** bump codecov from 3.7.1 to 3.7.2 ([d84822d](https://github.com/wmfs/xml2csv/commit/d84822d1dffa9584712fbfba98dc1070ec97ee16))
* **deps-dev:** bump mocha from 8.0.1 to 8.1.0 ([978127c](https://github.com/wmfs/xml2csv/commit/978127c0107ac7fd382df171f4d49009c769b364))
* **deps-dev:** bump mocha from 8.1.0 to 8.1.1 ([8838cde](https://github.com/wmfs/xml2csv/commit/8838cde1ea0c9db93b29e52369029ea83953de03))
### ⚙️ Continuous Integrations
* **circle:** separate lint job [ch1009] ([912f50d](https://github.com/wmfs/xml2csv/commit/912f50d75349d244a1f3ca428dece36e5744396f))
# [1.16.0](https://github.com/wmfs/xml2csv/compare/v1.15.0...v1.16.0) (2020-07-13)

@@ -2,0 +18,0 @@

10

package.json
{
"name": "@wmfs/xml2csv",
"version": "1.16.0",
"version": "1.17.0",
"description": "Convert XML file to CSV file",

@@ -27,3 +27,3 @@ "author": "West Midlands Fire Service",

"fs-extra": "^9.0.0",
"lodash": "4.17.19",
"lodash": "4.17.20",
"sax": "1.2.4"

@@ -34,6 +34,6 @@ },

"chai-subset": "1.6.0",
"codecov": "3.7.0",
"codecov": "3.7.2",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.2.0",
"mocha": "8.0.1",
"mocha": "8.1.1",
"nyc": "15.1.0",

@@ -47,3 +47,3 @@ "semantic-release": "17.1.1",

"lint": "standard",
"test": "nyc mocha && standard",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",

@@ -50,0 +50,0 @@ "semantic-release": "semantic-release"

Sorry, the diff of this file is not supported yet

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