lightrun 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -0
- package/build/src/agent/agent-logger.js +1 -1
- package/build/src/agent/blocklisting/blocklisting-patterns.js +1 -1
- package/build/src/agent/blocklisting/dummy-blocklist-manager.js +1 -1
- package/build/src/agent/blocklisting/patterns-blocklist-manager.js +1 -1
- package/build/src/agent/config.js +1 -1
- package/build/src/agent/controller.js +1 -1
- package/build/src/agent/debuglet.js +1 -1
- package/build/src/agent/environment-metadata.js +1 -1
- package/build/src/agent/io/file-index.js +1 -1
- package/build/src/agent/io/scan-results.js +1 -1
- package/build/src/agent/io/scanner.js +1 -1
- package/build/src/agent/io/sourcemapper.js +1 -1
- package/build/src/agent/leaky-bucket.js +1 -1
- package/build/src/agent/log-data.js +1 -1
- package/build/src/agent/piping-manager.js +1 -1
- package/build/src/agent/quota-manager.js +1 -1
- package/build/src/agent/state/inspector-state.js +1 -1
- package/build/src/agent/state/legacy-state.js +1 -1
- package/build/src/agent/util/debug-assert.js +1 -1
- package/build/src/agent/util/utils.js +1 -1
- package/build/src/agent/util/validator.js +1 -1
- package/build/src/agent/v8/debugapi.js +1 -1
- package/build/src/agent/v8/inspector-debugapi.js +1 -1
- package/build/src/agent/v8/legacy-debugapi.js +1 -1
- package/build/src/agent/v8/v8inspector.js +1 -1
- package/build/src/client/stackdriver/debug.js +1 -1
- package/build/src/client/stackdriver/status-message.js +1 -1
- package/build/src/debuggee.js +1 -1
- package/build/src/gcp.js +1 -1
- package/build/src/index.js +1 -1
- package/build/src/lambda.js +1 -1
- package/build/src/resources/version.txt +1 -1
- package/build/src/types/lightrun.js +1 -1
- package/build/src/types/stackdriver.js +1 -1
- package/build/src/types/v8.js +1 -1
- package/package.json +2 -1
package/build/src/types/v8.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a33_0x5b6c4e=a33_0x40e5;(function(_0x46efa7,_0x571325){var _0x25e041=a33_0x40e5,_0x2f3f0b=_0x46efa7();while(!![]){try{var _0x3df45d=parseInt(_0x25e041(0x15d))/0x1*(parseInt(_0x25e041(0x15b))/0x2)+-parseInt(_0x25e041(0x15c))/0x3+-parseInt(_0x25e041(0x156))/0x4*(parseInt(_0x25e041(0x154))/0x5)+parseInt(_0x25e041(0x155))/0x6+parseInt(_0x25e041(0x151))/0x7+-parseInt(_0x25e041(0x15a))/0x8*(parseInt(_0x25e041(0x150))/0x9)+parseInt(_0x25e041(0x159))/0xa*(parseInt(_0x25e041(0x157))/0xb);if(_0x3df45d===_0x571325)break;else _0x2f3f0b['push'](_0x2f3f0b['shift']());}catch(_0x12327a){_0x2f3f0b['push'](_0x2f3f0b['shift']());}}}(a33_0x3989,0x1fb98));var a33_0x4b5371=(function(){var _0x54855a=!![];return function(_0x12170e,_0x38a0b5){var _0xaa8859=_0x54855a?function(){var _0x550bf4=a33_0x40e5;if(_0x38a0b5){var _0x13d533=_0x38a0b5[_0x550bf4(0x15f)](_0x12170e,arguments);return _0x38a0b5=null,_0x13d533;}}:function(){};return _0x54855a=![],_0xaa8859;};}()),a33_0x4b15b1=a33_0x4b5371(this,function(){var _0x2c4f1a=a33_0x40e5;return a33_0x4b15b1[_0x2c4f1a(0x15e)]()[_0x2c4f1a(0x153)](_0x2c4f1a(0x160))[_0x2c4f1a(0x15e)]()[_0x2c4f1a(0x158)](a33_0x4b15b1)['search']('(((.+)+)+)+$');});function a33_0x40e5(_0x54a94f,_0x263d12){var _0x31818e=a33_0x3989();return a33_0x40e5=function(_0x4b15b1,_0x4b5371){_0x4b15b1=_0x4b15b1-0x14f;var _0x3989f3=_0x31818e[_0x4b15b1];return _0x3989f3;},a33_0x40e5(_0x54a94f,_0x263d12);}a33_0x4b15b1();'use strict';Object[a33_0x5b6c4e(0x14f)](exports,a33_0x5b6c4e(0x152),{'value':!![]});function a33_0x3989(){var _0x42240a=['1332681oQxriG','__esModule','search','100025mMtYvP','1379754ONQnTa','44AbDdGq','166606iaverh','constructor','110IMChht','72VQOwGu','38BnfjXM','471963hLNKhj','7330iavrZT','toString','apply','(((.+)+)+)+$','defineProperty','218898zrYSuq'];a33_0x3989=function(){return _0x42240a;};return a33_0x3989();}
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lightrun",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"author": "Lightrun platform Inc.",
|
|
5
5
|
"description": "Lightrun Debug Agent for Node.js",
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
7
|
"main": "./build/src/index",
|
|
7
8
|
"types": "./build/src/index.d.ts",
|
|
8
9
|
"repository": "lightrun/lightrun",
|