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

@microsoft/microsoft-graph-client

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.1 to 1.0.0

lib/spec/core/responseHandling.d.ts

2

lib/src/GraphRequest.d.ts

@@ -0,3 +1,3 @@

import { Promise } from 'es6-promise';
import { Options, URLComponents, GraphRequestCallback } from "./common";
import { Promise } from 'es6-promise';
export declare class GraphRequest {

@@ -4,0 +4,0 @@ config: Options;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var common_1 = require("./common");
var request = require("superagent");
var es6_promise_1 = require("es6-promise");
var common_1 = require("./common");
var ResponseHandler_1 = require("./ResponseHandler");

@@ -7,0 +7,0 @@ var packageInfo = require('../../package.json');

{
"name": "@microsoft/microsoft-graph-client",
"version": "0.4.1",
"version": "1.0.0",
"description": "Microsoft Graph Client Library",

@@ -20,3 +20,4 @@ "main": "lib/src/index.js",

"build": "tsc && node node-browserify.js > lib/graph-js-sdk-web.js",
"test": "mocha lib/test"
"test": "mocha lib/spec/core",
"test:types": "tsc --p spec/types && mocha spec/types"
},

@@ -31,2 +32,2 @@ "dependencies": {

}
}
}

@@ -5,6 +5,4 @@ # Microsoft Graph JavaScript Client Library

The Microsoft Graph JavaScript client library is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this library.
The Microsoft Graph JavaScript client library is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this library. We love your feedback! You can file an issue in this repository or write on our [UserVoice page](https://officespdev.uservoice.com/).
> This client library is currently in preview and we would love to hear your feedback! You can file an issue in this repository or write on our [uservoice page](https://officespdev.uservoice.com/). We're also trying to add more intellisense support beyond the current typings so we're also especially interested in feedback on the [Microsoft Graph TypeScript Typings](https://github.com/microsoftgraph/msgraph-typescript-typings).
## Installation

@@ -25,2 +23,6 @@ ### Node

## Changelog
#### 1.0.0
* Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.
#### 0.4.0

@@ -311,4 +313,6 @@ * Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps

```npm test``` runs tests.
```npm test``` runs tests of the core library (URL parsing, mock responses, etc)
```npm run test:types``` to run tests against the Graph API for users, groups, Excel, OneNote, etc.
To build only browser version:

@@ -315,0 +319,0 @@ ```

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

Sorry, the diff of this file is not supported yet

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