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

cfor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfor - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.eslintrc.json

19

package.json
{
"name": "cfor",
"version": "0.0.1",
"version": "0.0.2",
"description": "C for ______",
"main": "index.js",
"scripts": {
"lint": "eslint --ext ts src",
"build": "rm -rf lib && tsc",
"serve": "wds --node-resolve --open",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -18,3 +21,13 @@ },

},
"homepage": "https://github.com/pshihn/cfor#readme"
}
"homepage": "https://github.com/pshihn/cfor#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@web/dev-server": "^0.1.22",
"eslint": "^7.32.0",
"typescript": "^4.4.2"
},
"dependencies": {
"lit": "^2.0.0-rc.3"
}
}
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