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

@dodgeball/trust-sdk-server

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dodgeball/trust-sdk-server - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

29

package.json
{
"name": "@dodgeball/trust-sdk-server",
"version": "0.0.6",
"version": "0.0.7",
"description": "Dodgeball Server SDK",

@@ -17,2 +17,4 @@ "main": "dist/cjs/index.js",

"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
"watch": "npm-watch",
"link": "npm link",
"clean": "node tools/cleanup",

@@ -24,2 +26,26 @@ "package": "npm run build && npm pack",

},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "ts",
"ignore": [
"dist",
"node_modules"
],
"quite": true
},
"link": {
"patterns": [
"dist/types"
],
"extensions": "ts",
"ignore": [
"src",
"node_modules"
],
"delay": 4000
}
},
"author": "Dodgeball <support@dodgeballhq.com> (https://dodgeballhq.com/)",

@@ -46,2 +72,3 @@ "contributors": [

"jest": "^27.2.0",
"npm-watch": "^0.11.0",
"pinst": "^2.1.6",

@@ -48,0 +75,0 @@ "prettier": "^2.4.0",

dist/cjs/Dodgeball.js
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