Socket
Socket
Sign inDemoInstall

chrome-web-share

Package Overview
Dependencies
22
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

4

package.json
{
"name": "chrome-web-share",
"version": "2.0.0",
"version": "2.0.1",
"description": "A lightweight React Share Button for mobile web with web share api integration, native intent support and fallback",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"test:report": "cat ./coverage/lcov.info | codecov && rm -rf ./coverage",
"build": "rm -rf dist && babel src --out-dir dist && npm run build:styles && cp src/social-sprite.png dist/social-sprite.png",
"build": "generate-changelog && rm -rf dist && babel src --out-dir dist && npm run build:styles && cp src/social-sprite.png dist/social-sprite.png",
"build:styles": "node-sass src --output dist",

@@ -21,0 +21,0 @@ "build:watch": "concurrently \"babel --watch src --out-dir dist\" \"node-sass --watch src --output dist\"",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc