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.5 to 1.0.6

8

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

@@ -12,3 +12,3 @@ "license": "MIT",

"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib",
"files": [

@@ -19,3 +19,3 @@ "lib"

"dev": "tsc --watch",
"build": "tsc",
"build": "rimraf lib && tsc",
"pack:list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",

@@ -38,2 +38,3 @@ "prepublishOnly": "yarn build",

"devDependencies": {
"@abhijithvijayan/tsconfig": "^1.1.2",
"@types/loader-utils": "^1.1.3",

@@ -55,2 +56,3 @@ "@types/webpack": "^4.41.10",

"prettier": "^2.0.2",
"rimraf": "^3.0.2",
"typescript": "^3.8.3",

@@ -57,0 +59,0 @@ "webpack": "^4.42.1"

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