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

sats-connect

Package Overview
Dependencies
Maintainers
1
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sats-connect - npm Package Compare versions

Comparing version 1.0.0-2e65c88 to 1.0.0-30e3442

15

package.json
{
"name": "sats-connect",
"version": "1.0.0-2e65c88",
"version": "1.0.0-30e3442",
"main": "dist/index.js",

@@ -13,4 +13,13 @@ "files": [

"clean": "rimraf dist",
"lint": "prettier --write ."
"lint": "prettier --write .",
"prepare": "husky install"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write"
],
"*.json": [
"prettier --write"
]
},
"dependencies": {

@@ -23,2 +32,4 @@ "jsontokens": "^4.0.1",

"@types/jest": "^29.2.6",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.4",

@@ -25,0 +36,0 @@ "process": "^0.11.10",

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