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

@ardrive/turbo-sdk

Package Overview
Dependencies
Maintainers
6
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ardrive/turbo-sdk - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7

12

package.json
{
"name": "@ardrive/turbo-sdk",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"main": "./lib/node/index.js",

@@ -23,2 +23,7 @@ "types": "./lib/types/index.d.ts",

"exports": {
".": {
"import": "./lib/esm/node/index.js",
"require": "./lib/cjs/node/index.js",
"types": "./lib/node/index.d.ts"
},
"./node": {

@@ -34,2 +39,7 @@ "import": "./lib/esm/node/index.js",

"browser": "./bundles/web.bundle.min.js"
},
"./*": {
"import": "./*.js",
"require": "./*.js",
"types": "./lib/web/index.d.ts"
}

@@ -36,0 +46,0 @@ },

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