Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit a7e3aec

Browse files
authored
Merge pull request #153 from OfficeDev/archived
Archived
2 parents 1954a1c + 85fa3a1 commit a7e3aec

File tree

11 files changed

+8711
-7706
lines changed

11 files changed

+8711
-7706
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
---
2-
page_type: sample
3-
products:
4-
- office-365
5-
languages:
6-
- typescript
7-
extensions:
8-
contentType: samples
9-
createdDate: 9/6/2016 11:04:28 AM
10-
---
11-
# Office JavaScript API Helpers
1+
> # ❗️ Deprecation Notice ❗️ [![No Maintenance Intended](badge.svg)](https://www.npmjs.com/package/@microsoft/office-js-helpers)
2+
>**Thank you** for all your efforts and contributions!
3+
> ``` office-js-helpers ``` is a community-driven package of sample code that encapsulates a set of convenience functions. The package was initially developed as an example abstraction to common patterns found by developers.
4+
> The community has been great at submitting ideas, issues, and fixes. As part of our latest campaign to ensure developers can quickly discover content and code, we are consolidating the many locations we post patterns and practices. To ensure we can focus our attention on the quality of content, we have deprecated the ```office-js-helpers``` package and archived this repository.
5+
6+
> ## Can I still use this code?
7+
> **Security vulnerabilities may exist in the project, or its dependencies.** If you plan to reuse or run any code from this repo, be sure to perform appropriate security checks on the code or dependencies first.
8+
> If you find these samples, patterns, and convenience functions useful, we encourage you to take the code under your wing, improve them, and use it on your own. Even though Microsoft will no longer be supporting this content going forward, you may use the code at your convenience, external to the package.
129
13-
[![Build Status](https://travis-ci.org/OfficeDev/office-js-helpers.svg?branch=master)](https://travis-ci.org/OfficeDev/office-js-helpers)
14-
[![npm version](https://badge.fury.io/js/%40microsoft%2Foffice-js-helpers.svg)](https://www.npmjs.com/package/@microsoft/office-js-helpers)
15-
[![dependencies](https://david-dm.org/officedev/office-js-helpers.svg)](https://david-dm.org/officedev/office-js-helpers)
16-
[![downloads](https://img.shields.io/npm/dt/@microsoft/office-js-helpers.svg)](https://www.npmjs.com/package/@microsoft/office-js-helpers)
10+
> ## What will happen next?
11+
>
12+
> To ensure that the community has some content and solutions for the common patterns and practices for Office Add-in, we have consolidated the content and will be providing additional material here soon.
1713
18-
A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs. These helpers address features such as Storage Management, Authentication, Dialogs and other helpful utilities etc.
14+
# Office JavaScript API Helpers
15+
[![No Maintenance Intended](badge.svg)](https://www.npmjs.com/package/@microsoft/office-js-helpers)
1916

2017
The current version includes the following helpers:
2118
- [Authentication](#authentication)
@@ -24,8 +21,6 @@ The current version includes the following helpers:
2421
- Storage Helpers
2522
- Dictionary
2623

27-
> **Please tag @casieber/@Zlatkovsky on issues.**
28-
2924
## Getting Started
3025

3126
### Installation

badge.svg

Lines changed: 1 addition & 0 deletions
Loading

generate-dts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22
const fs = require('fs');
33
const rimraf = require('rimraf');
4-
const timeout = 2000;
4+
const timeout = 10000;
55

66
function DtsBundlePlugin(options) { }
77

0 commit comments

Comments
 (0)