Socket
Socket
Sign inDemoInstall

data-forge-fs

Package Overview
Dependencies
19
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

6

package.json
{
"name": "data-forge-fs",
"version": "0.0.2",
"version": "0.0.3",
"description": "This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files in Node.js.",

@@ -9,3 +9,3 @@ "main": "build/index.js",

"clean": "rm -rf build/*",
"build": "build.bat",
"build": "tsc",
"clean-build": "rm -rf build/* && tsc",

@@ -17,3 +17,3 @@ "build:watch": "tsc --watch",

"api-docs": "typedoc --options typedoc.json --out docs/api ./src/index.ts",
"prepublishOnly": "build.bat",
"prepublishOnly": "npm run clean && npm run build",
"coveralls": "nyc report --reporter=text-lcov | coveralls"

@@ -20,0 +20,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc