Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/microsoft-graph-types

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/microsoft-graph-types - npm Package Compare versions

Comparing version 0.4.1 to 1.0.0

.vscode/launch.json

17

package.json
{
"name":"@microsoft/microsoft-graph-types",
"name": "@microsoft/microsoft-graph-types",
"description": "Types for Microsoft Graph objects",
"version": "0.4.1",
"version": "1.0.0",
"types": "microsoft-graph.d.ts",
"scripts": {
"test": "tsc && mocha spec/"
},
"typescript": {
"definition": "microsoft-graph.d.ts"
}, "repository": {
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/msgraph-typescript-typings.git"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"typescript": "^2.2.1",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"@microsoft/microsoft-graph-client": "^0.3.2"
}
}

2

README.md

@@ -69,3 +69,3 @@ [![npm version badge](https://img.shields.io/npm/v/@microsoft/microsoft-graph-types.svg)](https://www.npmjs.com/package/@microsoft/microsoft-graph-types)

.set('Authorization', 'Bearer ' + accessToken)
.end((err, res) =>
.end((err, res) => {
console.log(res)

@@ -72,0 +72,0 @@ })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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