cma-template
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cma-template", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "> TODO: description", | ||
"author": "derekjqwang <derekjqwang@tencent.com>", | ||
"author": "helinjiang <onehlj@qq.com>", | ||
"homepage": "https://github.com/matmanjs/create-matman-app/tree/master/packages/cma-template#readme", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://github.com/matmanjs/create-matman-app.git" | ||
"url": "git+https://github.com/matmanjs/create-matman-app.git", | ||
"directory": "packages/cma-template" | ||
}, | ||
@@ -26,3 +27,3 @@ "scripts": { | ||
}, | ||
"gitHead": "23f1a514934cc025f15655a80e7f54efb89caf21" | ||
"gitHead": "1f2687936ae3a0c61c994317e10348b8aec32c75" | ||
} |
{ | ||
"package": { | ||
"private": true, | ||
"scripts": { | ||
"build": "matman build", | ||
"build-dev": "matman build --dev", | ||
"test": "mocha", | ||
"test:show": "cross-env SHOW_BROWSER=1 npm run test" | ||
"build-dev": "webpack --config webpack.dev.config.js", | ||
"build-prod": "webpack --config webpack.prod.config.js", | ||
"test:e2e": "node test/run-e2e-test.js", | ||
"test:e2e:show": "cross-env SHOW_BROWSER=1 npm run test:e2e", | ||
"test:e2e:direct": "mocha test/e2e", | ||
"test:e2e:bootstrap": "node test/bootstrap-sut.js", | ||
"test:e2e:bootstrap:dev": "node test/bootstrap-sut-dev.js" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.19", | ||
"matman": "^6.0.15", | ||
"matman-runner-puppeteer": "^6.0.15", | ||
"web-crawl-util": "^1.0.2" | ||
"lodash": "^4.17.19" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"cross-env": "^7.0.2", | ||
"matman-cli": "^6.0.15", | ||
"html-webpack-plugin": "^4.3.0", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"matman-e2e-test": "^1.0.2", | ||
"mocha": "^8.0.1", | ||
"mochawesome": "^6.1.1" | ||
"mochawesome": "^6.1.1", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
66132
49
1100
6
2