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

@globus/sdk

Package Overview
Dependencies
Maintainers
7
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globus/sdk - npm Package Compare versions

Comparing version 0.1.5-alpha to 0.1.6-alpha.0

./@types/globus/auth/index.d.ts

16

package.json
{
"name": "@globus/sdk",
"version": "0.1.5-alpha",
"version": "0.1.6-alpha.0",
"private": false,
"description": "The Globus SDK for Javascript",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": {
"dist/index.cjs.js": "dist/browser.cjs.js",
"dist/index.esm.js": "dist/browser.esm.js"
},
"main": "dist/commonjs/src/index.js",
"module": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {

@@ -22,3 +19,3 @@ "dist": "dist"

"coverage": "jest --coverage",
"build": "node esbuild.js && tsc --outDir dist/@types --emitDeclarationOnly --declaration --strict --removeComments false",
"build": "tsc --build && tsc --build ./tsconfig.cjs.json",
"watch": "tsc --watch",

@@ -32,3 +29,2 @@ "generate:docs": "npx typedoc ./src/index.ts",

"@types/jest": "29.5.2",
"esbuild": "0.17.13",
"jest": "29.5.0",

@@ -47,3 +43,3 @@ "msw": "^1.2.1",

},
"gitHead": "d1d48bf83d8400f370d6f192260ee7985b25b1f6"
"gitHead": "01ceb02abc752e600bb51d9cf3fa4ecaf2d77389"
}
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