get-source
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "get-source", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Platform-agnostic source code inspection, with sourcemaps support", | ||
@@ -20,3 +20,3 @@ "main": "get-source", | ||
"author": "Vitaly Gordon <rocket.mind@gmail.com>", | ||
"license": "MIT", | ||
"license": "Unlicense", | ||
"bugs": { | ||
@@ -23,0 +23,0 @@ "url": "https://github.com/xpl/get-source/issues" |
@@ -13,3 +13,3 @@ # get-source | ||
- [x] Full sourcemap support (path resolving, external/embedded linking and long chains) | ||
- [x] **Synchronous** API — which is good when you implement a debugging tool (e.g. logging) | ||
- [x] **Synchronous** API — which is good when you implement a debugging tool (e.g. [logging](https://github.com/xpl/ololog)) | ||
- [x] Built-in cache | ||
@@ -19,4 +19,4 @@ | ||
- [x] Call stacks enhanced with source code information (see [StackTracey](https://github.com/xpl/stacktracey) library) | ||
- [x] Advanced logging / assertion printing | ||
- [x] Call stacks enhanced with source code information (see the [StackTracey](https://github.com/xpl/stacktracey) library) | ||
- [x] [Advanced logging](https://github.com/xpl/ololog) / assertion printing | ||
@@ -23,0 +23,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21059
1