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

add-to-homescreen-control

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-to-homescreen-control - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

9

package.json
{
"name": "add-to-homescreen-control",
"version": "0.1.3",
"version": "0.1.4",
"description": "Library that allows you to control new Add to Home Screen prompt behavior",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-registry-couchapp"
},
"scripts": {

@@ -24,3 +20,4 @@ "build": "webpack",

"webpack-dev-server": "^3.1.9"
}
},
"dependencies": {}
}

@@ -7,3 +7,4 @@ var path = require('path');

path: path.resolve(__dirname, 'dist'),
filename: 'index.js'
filename: 'index.js',
libraryTarget: 'umd'
},

@@ -10,0 +11,0 @@ module: {

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