New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cma-template

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cma-template - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

template/.gitignore

9

package.json
{
"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

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