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

ng2-module-test

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-module-test - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.0.5"></a>
## [0.0.5](https://github.com/hboylan/ng2-module-test/compare/v0.0.4...v0.0.5) (2016-11-05)
<a name="0.0.4"></a>

@@ -7,0 +12,0 @@ ## [0.0.4](https://github.com/hboylan/ng2-module-test/compare/v0.0.3...v0.0.4) (2016-11-05)

6

package.json
{
"name": "ng2-module-test",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -17,3 +17,3 @@ "main": "./dist/umd/ng2-module-test.js",

"test:watch": "karma start --watch",
"commit": "git-cz",
"commit": "git add -A && git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

@@ -23,3 +23,3 @@ "typedoc": "typedoc --options typedoc.json ng2-module-test.ts src/*.ts",

"prerelease": "npm test",
"release": "standard-version --first-release && git push --follow-tags origin master && npm publish",
"release": "standard-version --first-release && npm run build:dist && npm run commit && git push --follow-tags origin master && npm publish",
"postrelease": "npm run build:clean && npm run gh-pages"

@@ -26,0 +26,0 @@ },

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