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.8.0 to 0.9.0

bundles/ng-jhipster.umd.js

29

package.json

@@ -63,8 +63,3 @@ {

},
"version": "0.8.0",
"ngPackage": {
"lib": {
"entryFile": "src/public_api.ts"
}
},
"version": "0.9.0",
"jest": {

@@ -83,13 +78,15 @@ "preset": "jest-preset-angular",

},
"scripts": {
"lint": "tslint --project tslint.json",
"lint:fix": "tslint --project tslint.json --fix",
"test": "jest",
"test:watch": "jest --watch",
"build": "ng-packagr -p package.json",
"release": "npm test && git push && git push --tags && npm publish dist/",
"release:patch": "npm run build && npm version patch -a -m \"Update to %s\" && npm run release",
"release:minor": "npm run build && npm version minor -a -m \"Update to %s\" && npm run release",
"release:major": "npm run build && npm version major -a -m \"Update to %s\" && npm run release"
"main": "bundles/ng-jhipster.umd.js",
"module": "fesm5/ng-jhipster.js",
"es2015": "fesm2015/ng-jhipster.js",
"esm5": "esm5/ng-jhipster.js",
"esm2015": "esm2015/ng-jhipster.js",
"fesm5": "fesm5/ng-jhipster.js",
"fesm2015": "fesm2015/ng-jhipster.js",
"typings": "ng-jhipster.d.ts",
"metadata": "ng-jhipster.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}
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