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

adoscopejs

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adoscopejs - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

27

CHANGELOG.md

@@ -5,2 +5,29 @@ # Changelog

## [0.3.0](https://github.com/Melchyore/adoscope/compare/v0.2.1...v0.3.0) (2019-05-25)
### Features
* **adoscope:** recording can now be paused ([87eead1](https://github.com/Melchyore/adoscope/commit/87eead1))
* **app:** add .ts files for controllers ([e3e8b9c](https://github.com/Melchyore/adoscope/commit/e3e8b9c))
* **config:** add new watchers to config ([f6cb67a](https://github.com/Melchyore/adoscope/commit/f6cb67a))
* **exceptions:** add more exceptions and refactor older ones ([433284d](https://github.com/Melchyore/adoscope/commit/433284d))
* **provider:** monkey patch Adonis/Server and refactor some code ([f8c0619](https://github.com/Melchyore/adoscope/commit/f8c0619))
* **services:** make use of WebSocket controller to send data ([87c0b24](https://github.com/Melchyore/adoscope/commit/87c0b24))
* **utils:** add new methods for parsing exceptions and logs watchers ([361a487](https://github.com/Melchyore/adoscope/commit/361a487))
* **watchers:** add exceptions and log watchers ([1475241](https://github.com/Melchyore/adoscope/commit/1475241))
* **watchers:** watchers base class is now abstract ([16e9a65](https://github.com/Melchyore/adoscope/commit/16e9a65))
### Tests
* add new watchers tests ([c18054c](https://github.com/Melchyore/adoscope/commit/c18054c))
### BREAKING CHANGES
* **config:** Config file must be updated
### [0.2.1](https://github.com/Melchyore/adoscope/compare/v0.2.0...v0.2.1) (2019-05-20)

@@ -7,0 +34,0 @@

14

config/adoscope.js

@@ -57,3 +57,3 @@ /*

mime_types: [
'text/plain'
], // List of accepted mime types.

@@ -71,4 +71,16 @@

enabled: true
},
exception: {
enabled: true,
options: {
ignore: ['DeprecationWarning', 'ExperimentalWarning']
}
},
log: {
enabled: true,
options: {
}
}
}
}

5

package.json
{
"name": "adoscopejs",
"version": "0.2.1",
"version": "0.3.0",
"description": "Debugger for Adonisjs-based applications",

@@ -56,2 +56,4 @@ "main": "index.js",

"@commitlint/config-conventional": "^7.6.0",
"@types/bluebird": "^3.5.26",
"@types/ioredis": "^4.0.10",
"@types/supertest": "^2.0.7",

@@ -65,2 +67,3 @@ "adonis-cache": "^0.3.4",

"husky": "^2.3.0",
"intercept-stdout": "^0.1.2",
"japa": "^2.0.10",

@@ -67,0 +70,0 @@ "japa-cli": "^1.0.1",

@@ -21,2 +21,4 @@ {

"commitlint.config.js",
"doc",
"docs",
"dist",

@@ -23,0 +25,0 @@ "build",

{
"mode": "file",
"mode": "modules",
"out": "docs",
"ignoreCompilerErrors": true,
"excludeExternals": true,
"excludeExternals": false,
"excludeNotExported": true,
"includeDeclarations": false,
"hideGenerator": true,
"theme": "minimal",

@@ -8,0 +10,0 @@ "exclude": [

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