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

@clutch-creator/bridge

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clutch-creator/bridge - npm Package Compare versions

Comparing version 5.0.0-rc.7 to 5.0.0-rc.8

.swc-cjs-rc

7

package.json
{
"name": "@clutch-creator/bridge",
"version": "5.0.0-rc.7",
"version": "5.0.0-rc.8",
"description": "Clutch Bridge",
"main": "index.js",
"module": "index.mjs",
"repository": {

@@ -47,3 +48,5 @@ "type": "git",

"test": "pnpm prettier && pnpm lint",
"build": "swc ./src/index.js -o ./index.js -s",
"build": "pnpm build:cjs & pnpm build:mjs",
"build:cjs": "swc ./src/index.js -o ./index.js -s --config-file .swc-cjs-rc",
"build:mjs": "swc ./src/index.js -o ./index.mjs -s --config-file .swc-es6-rc",
"prettier": "prettier --config ./.prettierrc --check ./src/**/*",

@@ -50,0 +53,0 @@ "lint": "pnpm eslint src/**",

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