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

polyfact

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyfact - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

build/polyfact

10

package.json
{
"name": "polyfact",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.js",
"author": "Lancelot Owczarczak <lancelot@owczarczak.fr>",
"license": "MIT",
"bin": "yarn start",
"bin": "build/polyfact",
"dependencies": {

@@ -15,3 +15,4 @@ "cli-progress": "^3.12.0",

"node-fetch": "^2.6.1",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"esbuild": "0.15.10"
},

@@ -44,4 +45,5 @@ "devDependencies": {

"lint": "prettier --check src/ ; eslint src/",
"lint:fix": "prettier --write src/ ; eslint --fix src/"
"lint:fix": "prettier --write src/ ; eslint --fix src/",
"build": "ts-node scripts/build.ts"
}
}
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