Socket
Socket
Sign inDemoInstall

wext-manifest-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wext-manifest-webpack-plugin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

package.json
{
"name": "wext-manifest-webpack-plugin",
"version": "1.0.3",
"version": "1.0.4",
"description": "Webpack plugin to solve the problem of generating js file for manifest.json entry",

@@ -11,15 +11,15 @@ "license": "MIT",

},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"release": "yarn build && npm publish",
"pack:list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly": "yarn build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/lib"
],
"keywords": [

@@ -26,0 +26,0 @@ "webextension",

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