Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-jhipster

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-jhipster - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

14

package.json

@@ -69,3 +69,3 @@ {

},
"version": "0.2.3",
"version": "0.2.4",
"scripts": {

@@ -76,13 +76,13 @@ "cleanup": "rimraf src/*.d.ts src/**/*.d.ts src/*.js src/**/*.js aot/* tests/**/*.d.ts tests/**/*.js tests/*.d.ts tests/*.js",

"test": "npm run lint && karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"test:watch": "karma start --singleRun=false --autoWatch=true",
"ngc": "ngc",
"ngc-aot": "ngc -p tsconfig-aot.json",
"build": "npm run ngc && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js",
"build-aot": "npm run ngc-aot && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js",
"build": "npm run cleanup && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js",
"build:aot": "npm run cleanup && npm run ngc-aot && webpack && shx cp bundles/ng-jhipster.umd.js bundles/index.js",
"prepublish": "npm run build && npm test",
"release": "git push && git push --tags && npm publish",
"release-patch": "npm version patch -a -m \"Update to %s\" && npm run release",
"release-minor": "npm version minor -a -m \"Update to %s\" && npm run release",
"release-major": "npm version major -a -m \"Update to %s\" && npm run release"
"release:patch": "npm version patch -a -m \"Update to %s\" && npm run release",
"release:minor": "npm version minor -a -m \"Update to %s\" && npm run release",
"release:major": "npm version major -a -m \"Update to %s\" && npm run release"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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