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

cf2-builder

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf2-builder - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

package.json
{
"name": "cf2-builder",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",

@@ -31,3 +31,3 @@ "description": "A toolkit to build AWS CloudFront Functions with strict type definitions",

"prepack": "npm run build",
"lint": "npx prettier --check . && npx eslint",
"lint": "npx prettier --check . && npx eslint && npx depcheck",
"format": "npx prettier --write ."

@@ -37,9 +37,9 @@ },

"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"typescript": "5.2.2"
},
"dependencies": {
"esbuild": "0.19.4"
"esbuild": "0.19.5"
}
}
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