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

@colorfullife/ms365-graph-api-auth

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colorfullife/ms365-graph-api-auth - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

dist/index.d.ts

17

package.json
{
"name": "@colorfullife/ms365-graph-api-auth",
"version": "1.0.3",
"version": "1.1.0",
"description": "Get the authenticated Azure app to CRUD Sharepoint by Microsoft Graph API",

@@ -11,6 +11,6 @@ "module": "dist/esm/index.js",

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

@@ -21,5 +21,3 @@ "scripts": {

"test:drive": "ts-node ./test/testDrive.ts",
"build": "rm -rf dist/ && yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc -p ./tsconfig.cjs.json"
"build": "rm -rf dist/ && tsup src/index.ts --format cjs,esm --dts"
},

@@ -38,3 +36,4 @@ "files": [

"@types/node": "^18.14.1",
"dotenv": "^16.0.3"
"dotenv": "^16.0.3",
"tsup": "^6.6.3"
},

@@ -44,3 +43,3 @@ "publishConfig": {

},
"gitHead": "b38934bca16185eeec331e91dd0a8a0b4e654ddb"
"gitHead": "10f23c9e9accfad492e8a9a68cb68a6486b3ac25"
}
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