Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

baidu-tongji-webpack-plugin

Package Overview
Dependencies
123
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

index.cjs

39

package.json
{
"name": "baidu-tongji-webpack-plugin",
"version": "0.0.1",
"version": "0.1.0",
"description": "Add `baidu tongji` to your project",

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

"analytics",
"baidu",
"html",

@@ -26,21 +27,34 @@ "plugin",

},
"main": "index.js",
"main": "index.cjs",
"files": [],
"scripts": {
"format": "nice-move lint"
"lint": "nice-move lint"
},
"dependencies": {
"schema-utils": "^2.7.1"
"schema-utils": "^3.0.0"
},
"devDependencies": {
"@nice-move/cli": "^0.4.8",
"@nice-move/eslint-config-base": "^0.3.9",
"@nice-move/prettier-config": "^0.3.2",
"eslint": "^6.8.0",
"husky": "^4.2.5",
"prettier": "^2.1.1"
"@nice-move/cli": "^0.5.20",
"@nice-move/commitlint-config": "^0.1.0",
"@nice-move/eslint-config-base": "^0.5.28",
"@nice-move/prettier-config": "^0.4.2",
"commitlint": "^12.0.1",
"eslint": "^7.22.0",
"garou": "^0.1.19",
"husky": "^4.3.8",
"prettier": "^2.2.1"
},
"peerDependencies": {
"html-webpack-plugin": "^5.3.1"
},
"engines": {
"node": "^10.18 || >=12.14"
"node": "^12.18 || ^14"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"commitlint": {
"extends": "@nice-move/commitlint-config"
},
"eslintConfig": {

@@ -51,3 +65,4 @@ "extends": "@nice-move/eslint-config-base"

"hooks": {
"pre-commit": "nice-move lint"
"pre-commit": "nice-move lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}

@@ -54,0 +69,0 @@ },

Sorry, the diff of this file is not supported yet

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