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

@lrnwebcomponents/a11y-gif-player

Package Overview
Dependencies
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/a11y-gif-player - npm Package Compare versions

Comparing version 2.6.14 to 2.6.16

gulpfile.cjs

20

package.json

@@ -15,3 +15,3 @@ {

},
"version": "2.6.14",
"version": "2.6.16",
"description": "Play gifs in an accessible way by having the user click to play their animation",

@@ -24,3 +24,3 @@ "repository": {

"main": "a11y-gif-player.js",
"module": "a11y-gif-player.es6.js",
"module": "a11y-gif-player.js",
"umd": "a11y-gif-player.umd.js",

@@ -30,7 +30,7 @@ "scripts": {

"start": "yarn run dev",
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}' && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json",
"build": "../../node_modules/.bin/gulp --gulpfile=gulpfile.cjs && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}' && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json",
"dev": "../../node_modules/.bin/concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",
"watch": "../../node_modules/.bin/gulp dev",
"watch": "../../node_modules/.bin/gulp dev --gulpfile=gulpfile.cjs",
"serve": "../../node_modules/.bin/es-dev-server -c ../../es-dev-server.config.js",
"lighthouse": "../../node_modules/.bin/gulp lighthouse"
"lighthouse": "../../node_modules/.bin/gulp lighthouse --gulpfile=gulpfile.cjs"
},

@@ -42,4 +42,4 @@ "author": {

"dependencies": {
"@lrnwebcomponents/schema-behaviors": "^2.6.14",
"@lrnwebcomponents/simple-tooltip": "^2.6.12",
"@lrnwebcomponents/schema-behaviors": "^2.6.16",
"@lrnwebcomponents/simple-tooltip": "^2.6.16",
"@polymer/iron-image": "^3.0.0",

@@ -49,4 +49,4 @@ "lit-element": "^2.3.0"

"devDependencies": {
"@lrnwebcomponents/deduping-fix": "^2.6.12",
"@lrnwebcomponents/storybook-utilities": "^2.6.14",
"@lrnwebcomponents/deduping-fix": "^2.6.16",
"@lrnwebcomponents/storybook-utilities": "^2.6.16",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",

@@ -71,3 +71,3 @@ "@polymer/iron-demo-helpers": "3.1.0",

],
"gitHead": "59d4f74a9d1711b830d5cd68ace0ee00c821d87f"
"gitHead": "762cdc6f110d140df109da91653a5cd58db1aca5"
}
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