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 1.0.4 to 1.0.5

30

package.json
{
"name": "cf2-builder",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",

@@ -9,9 +9,12 @@ "description": "🌐 A toolkit to build AWS CloudFront Functions with strict type definitions",

"license": "MIT",
"author": "jill64 <intents.turrets0h@icloud.com> (https://github.com/jill64)",
"author": {
"name": "jill64",
"email": "intents.turrets0h@icloud.com",
"url": "https://github.com/jill64",
"image": "https://avatars.githubusercontent.com/u/143883742?v=4"
},
"bugs": "https://github.com/jill64/cf2-builder/issues",
"homepage": "https://github.com/jill64/cf2-builder#readme",
"files": [
"dist",
"!*.test.*",
"!*.spec.*"
"dist"
],

@@ -32,3 +35,4 @@ "exports": {

"type": "git",
"url": "https://github.com/jill64/cf2-builder.git"
"url": "https://github.com/jill64/cf2-builder.git",
"image": "https://opengraph.githubassets.com/63b6f2618e1ddfccbeecb326f722b3ebed36348c7844aa5bc3969d567f53859a/jill64/cf2-builder"
},

@@ -41,15 +45,15 @@ "scripts": {

"lint": "npx eslint . && npx depcheck",
"format": "npx prettier --write ."
"format": "npx prettier -w ."
},
"prettier": "@jill64/prettier-config",
"devDependencies": {
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint-plugin-deprecation": "2.0.0",
"@types/node": "20.10.5",
"@jill64/eslint-config-ts": "1.0.6",
"@jill64/prettier-config": "1.0.0",
"typescript": "5.3.3",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"dependencies": {
"esbuild": "0.19.9"
"esbuild": "0.19.10"
}
}

@@ -5,6 +5,8 @@ <!----- BEGIN GHOST DOCS HEADER ----->

[![npm-version](https://img.shields.io/npm/v/cf2-builder)](https://npmjs.com/package/cf2-builder) [![npm-license](https://img.shields.io/npm/l/cf2-builder)](https://npmjs.com/package/cf2-builder) [![npm-download-month](https://img.shields.io/npm/dm/cf2-builder)](https://npmjs.com/package/cf2-builder) [![npm-min-size](https://img.shields.io/bundlephobia/min/cf2-builder)](https://npmjs.com/package/cf2-builder) [![ci.yml](https://github.com/jill64/cf2-builder/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/cf2-builder/actions/workflows/ci.yml)
<!----- BEGIN GHOST DOCS BADGES -----><a href="https://npmjs.com/package/cf2-builder"><img src="https://img.shields.io/npm/v/cf2-builder" alt="npm-version" /></a> <a href="https://npmjs.com/package/cf2-builder"><img src="https://img.shields.io/npm/l/cf2-builder" alt="npm-license" /></a> <a href="https://npmjs.com/package/cf2-builder"><img src="https://img.shields.io/npm/dm/cf2-builder" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/cf2-builder"><img src="https://img.shields.io/bundlephobia/min/cf2-builder" alt="npm-min-size" /></a> <a href="https://github.com/jill64/cf2-builder/actions/workflows/ci.yml"><img src="https://github.com/jill64/cf2-builder/actions/workflows/ci.yml/badge.svg" alt="ci.yml" /></a><!----- END GHOST DOCS BADGES ----->
🌐 A toolkit to build AWS CloudFront Functions with strict type definitions
<!----- END GHOST DOCS HEADER ----->
## Install

@@ -16,4 +18,2 @@

<!----- END GHOST DOCS HEADER ----->
## Example

@@ -49,1 +49,9 @@

Deploy the output js file to CloudFront using your preferred method.
<!----- BEGIN GHOST DOCS FOOTER ----->
## License
MIT
<!----- END GHOST DOCS FOOTER ----->
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