Socket
Socket
Sign inDemoInstall

@gobob/utils

Package Overview
Dependencies
16
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

dist/index.d.ts

33

package.json
{
"name": "@gobob/utils",
"version": "0.0.0",
"description": "Bob UI library.",
"homepage": "https://github.com/bob-collective/bob-ui#readme",
"version": "0.0.1",
"description": "Bob utils.",
"homepage": "https://github.com/bob-collective/sats-wagmi#readme",
"license": "MIT",

@@ -11,3 +11,3 @@ "keywords": [

],
"main": "src/index.ts",
"main": "dist/index.js",
"files": [

@@ -22,7 +22,7 @@ "dist"

"type": "git",
"url": "git+https://github.com/bob-collective/bob-ui.git",
"directory": "packages/components"
"url": "git+https://github.com/bob-collective/sats-wagmi.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/bob-collective/bob-ui/issues"
"url": "https://github.com/bob-collective/sats-wagmi/issues"
},

@@ -33,7 +33,2 @@ "peerDependencies": {

},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@gobob/types": "^0.0.0"
},
"dependencies": {

@@ -43,2 +38,13 @@ "@gobob/bob-sdk": "^1.1.1",

},
"clean-package": "../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {

@@ -48,4 +54,5 @@ "lint": "eslint .",

"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"build": "tsup src/index.ts --dts"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc