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

@hattip/bundler-cloudflare-workers

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hattip/bundler-cloudflare-workers - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35-canary

2

dist/cli.js

@@ -9,3 +9,3 @@ import {

// package.json
var version = "0.0.34";
var version = "0.0.35-canary";

@@ -12,0 +12,0 @@ // src/cli.ts

{
"name": "@hattip/bundler-cloudflare-workers",
"version": "0.0.34",
"version": "0.0.35-canary",
"type": "module",

@@ -10,3 +10,9 @@ "description": "Cloudflare Workers bundler for Hattip",

"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*.d.ts"
]
}
},
"bin": {

@@ -19,12 +25,12 @@ "hattip-cloudflare-workers": "./cli.js"

"devDependencies": {
"@cyco130/eslint-config": "^3.0.2",
"@types/node": "^18.15.5",
"eslint": "^8.36.0",
"publint": "^0.1.11",
"tsup": "^6.7.0",
"typescript": "^5.0.2"
"@cyco130/eslint-config": "^3.3.0",
"@types/node": "^20.4.2",
"eslint": "^8.45.0",
"publint": "^0.1.16",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
},
"dependencies": {
"cac": "^6.7.14",
"esbuild": "^0.17.12"
"esbuild": "^0.18.14"
},

@@ -37,4 +43,4 @@ "scripts": {

"test:lint": "eslint . --max-warnings 0 --ignore-pattern dist",
"test:package": "publint"
"test:package": "publint --strict"
}
}
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