Socket
Socket
Sign inDemoInstall

@nixfo/bugular

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

.browserslistrc

48

package.json
{
"name": "@nixfo/bugular",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"test": "ng test",
"build": "ng build"
},
"peerDependencies": {

@@ -8,4 +12,19 @@ "@angular/common": ">=13.3.0",

"@angular/forms": ">=13.3.0",
"tslib": "^2.3.0",
"jwt-decode": "^3.1.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.6",
"@angular/cli": "^13.3.0",
"@angular/platform-browser-dynamic": "^13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0"
},
"description": "Bugular is a library providing a ready-to-use component to report bugs on the screen.\r When clicking on the Bugular Report button, the user can choose the screen/window to capture, then send the report to the server with a comment.",

@@ -27,26 +46,3 @@ "main": "src/public-api.ts",

},
"homepage": "https://github.com/Nixfo/bugular#readme",
"module": "fesm2015/nixfo-bugular.mjs",
"es2020": "fesm2020/nixfo-bugular.mjs",
"esm2020": "esm2020/nixfo-bugular.mjs",
"fesm2020": "fesm2020/nixfo-bugular.mjs",
"fesm2015": "fesm2015/nixfo-bugular.mjs",
"typings": "nixfo-bugular.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./nixfo-bugular.d.ts",
"esm2020": "./esm2020/nixfo-bugular.mjs",
"es2020": "./fesm2020/nixfo-bugular.mjs",
"es2015": "./fesm2015/nixfo-bugular.mjs",
"node": "./fesm2015/nixfo-bugular.mjs",
"default": "./fesm2020/nixfo-bugular.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}
"homepage": "https://github.com/Nixfo/bugular#readme"
}

@@ -20,4 +20,2 @@ # Bugular

| @angular/forms | \>=13.3.0 |
| html2canvas | ^1.4.1 |
| tslib | ^2.3.0 |
| jwt-decode | ^3.1.2 |

@@ -24,0 +22,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc