Socket
Socket
Sign inDemoInstall

opentok-annotation

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-annotation - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.bowerrc

4

gulpfile.js

@@ -13,3 +13,3 @@ var gulp = require('gulp');

return gulp.src(['src/annotation-widget.js', 'src/annotation-acc-pack.js'])
.pipe(concat('acc-pack-annotation.js'))
.pipe(concat('opentok-annotation.js'))
.pipe(uglify())

@@ -40,3 +40,3 @@ .pipe(gulp.dest(dist));

'dist/images/**',
'dist/acc-pack-annotation.js',
'dist/opentok-annotation.js',
], { base: 'dist/' })

@@ -43,0 +43,0 @@ .pipe(zip('opentok-js-annotation-1.0.0.zip'))

{
"name": "opentok-annotation",
"version": "1.0.0",
"version": "1.0.1",
"description": "An annotations component for OpenTok",
"main": "dist/acc-pack-annotations.js",
"main": "dist/opentok-annotation.js",
"directories": {

@@ -7,0 +7,0 @@ "test": "test"

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