New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capontap-to-freeagent

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capontap-to-freeagent - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

dist/cli.js

@@ -12,3 +12,6 @@ #!/usr/bin/env node

.then(res => process.stdout.write(res))
.catch(err => process.stderr.write(err));
.catch(error => {
console.error(error);
process.exit(1);
});
});
{
"name": "capontap-to-freeagent",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert a Capital on Tap CSV to FreeAgent",

@@ -11,3 +11,4 @@ "main": "dist/index.js",

"lint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
"test": "jest"
"test": "jest",
"test:smoke": "./dist/cli.js < test/fixtures/capontap.csv"
},

@@ -14,0 +15,0 @@ "repository": {

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