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

opentok-annotation-v2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-annotation-v2 - npm Package Compare versions

Comparing version 2.0.25 to 3.0.0

58

package.json
{
"name": "opentok-annotation-v2",
"version": "2.0.25",
"description": "OpenTok annotation accelerator pack",
"main": "dist/opentok-annotation.js",
"directories": {
"test": "test"
},
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"opentok",
"annotation",
"annotations",
"opentok-acc-pack",
"screen-sharing",
"audio/video"
],
"author": "adrice727@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/opentok/annotation-acc-pack/tree/1.0.0/js"
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-amd-optimizer": "^0.3.4",
"gulp-amdclean": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-docco": "0.0.4",
"gulp-if": "^2.0.0",
"gulp-import-css": "^0.1.2",
"gulp-inline-css": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"gulp-yuidoc": "^0.1.2",
"gulp-zip": "^3.2.0",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.4",
"merge-stream": "^1.0.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.3",
"sinon": "^1.17.0",
"yuidocjs": "^0.9.0"
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/deprecate-holder/issues"
},
"dependencies": {
"jquery": "^3.1.0",
"opentok-solutions-logging": "^1.0.6",
"underscore": "^1.8.3"
}
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

@@ -0,30 +1,5 @@

# Deprecated Package
![logo](https://raw.githubusercontent.com/opentok/annotation-acc-pack/1.0.0/tokbox-logo.png)
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
# OpenTok Annotations Accelerator Pack
This package provides an easy way to get started in implementing interoperable annotation over audio/video or shared screen using the OpenTok platform. For usage details, see the [OpenTok Screensharing with Annotations Accelerator Pack for JavaScript](https://github.com/opentok/screensharing-annotation-acc-pack/tree/master/JS).
###Installation:
```bash
$ npm install --save opentok-annotation
```
If using browserify or webpack:
```javascript
const annotation = require('opentok-annotation');
```
Otherwise, include the accelerator pack in your html:
```html
<script src="../your/path/to/opentok-annotation.js"></script>
```
. . . and it will be available in global scope as `AnnotationAccPack`
-----------------
Click [here](https://www.npmjs.com/search?q=opentok-acc-pack) for a list of all OpenTok accelerator packs.
Please contact support@npmjs.com if you have questions about this package.
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