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

vf-oscars-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vf-oscars-to-csv - npm Package Compare versions

Comparing version 1.2.0 to 2023.0.0

dist/bin.d.ts

19

package.json
{
"name": "vf-oscars-to-csv",
"version": "1.2.0",
"version": "2023.0.0",
"description": "utility to extract Oscar ballots from Vanity Fair's Interactive Ballot",
"bin": {
"vf-oscars-to-csv": "./index.js"
"vf-oscars-to-csv": "dist/bin.js"
},
"author": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Paul Marbach",
"license": "ISC",
"scripts": {
"build": "tsc",
"postbuild": "chmod +x ./dist/bin.js",
"prepare": "npm run build"
},
"dependencies": {
"puppeteer": "^8.0.0",
"yargs": "^13.2.0"
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/yargs": "^17.0.20",
"typescript": "^4.9.4"
}
}
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