perf-marks
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -10,2 +10,11 @@ # Change Log | ||
## [1.13.1][] - 2020-08-01 | ||
### Updated | ||
- Updating bundle options for `perf-marks/entries` entry point | ||
- Updating bundle options for `perf-marks/marks` entry point | ||
- Updating bundle options for `perf-marks/profiler` entry point | ||
- Updating bundle options for `perf-marks/utils` entry point | ||
## [1.13.0][] - 2020-08-01 | ||
@@ -319,5 +328,7 @@ | ||
[1.12.2]: https://github.com/willmendesneto/perf-marks/tree/v1.12.2 | ||
[unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.13.0...HEAD | ||
[1.13.0]: https://github.com/willmendesneto/perf-marks/tree/v1.13.0 | ||
[Unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.13.0...HEAD | ||
[1.13.0]: https://github.com/willmendesneto/perf-marks/tree/v1.13.0 | ||
[Unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.13.1...HEAD | ||
[1.13.1]: https://github.com/willmendesneto/perf-marks/tree/v1.13.1 |
@@ -5,3 +5,8 @@ { | ||
"main": "../dist/cjs/entrypoints/entries.js", | ||
"module": "../dist/esm/entrypoints/entries.js" | ||
"module": "../dist/esm/entrypoints/entries.js", | ||
"jsnext:main": "../dist/esm/entrypoints/entries.js", | ||
"es2015": "../dist/es2015/entrypoints/entries.js", | ||
"es2020": "../dist/es2020/entrypoints/entries.js", | ||
"cjs": "../dist/cjs/entrypoints/entries.js", | ||
"types": "../dist/cjs/entrypoints/entries.d.ts" | ||
} |
@@ -5,3 +5,8 @@ { | ||
"main": "../dist/cjs/entrypoints/marks.js", | ||
"module": "../dist/esm/entrypoints/marks.js" | ||
"module": "../dist/esm/entrypoints/marks.js", | ||
"jsnext:main": "../dist/esm/entrypoints/marks.js", | ||
"es2015": "../dist/es2015/entrypoints/marks.js", | ||
"es2020": "../dist/es2020/entrypoints/marks.js", | ||
"cjs": "../dist/cjs/entrypoints/marks.js", | ||
"types": "../dist/cjs/entrypoints/marks.d.ts" | ||
} |
{ | ||
"name": "perf-marks", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"author": "Will Mendes <willmendesneto@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "The simplest and lightweight solution for User Timing API in Javascript.", |
@@ -5,3 +5,8 @@ { | ||
"main": "../dist/cjs/entrypoints/profiler.js", | ||
"module": "../dist/esm/entrypoints/profiler.js" | ||
"module": "../dist/esm/entrypoints/profiler.js", | ||
"jsnext:main": "../dist/esm/entrypoints/profiler.js", | ||
"es2015": "../dist/es2015/entrypoints/profiler.js", | ||
"es2020": "../dist/es2020/entrypoints/profiler.js", | ||
"cjs": "../dist/cjs/entrypoints/profiler.js", | ||
"types": "../dist/cjs/entrypoints/profiler.d.ts" | ||
} |
@@ -5,3 +5,8 @@ { | ||
"main": "../dist/cjs/entrypoints/utils.js", | ||
"module": "../dist/esm/entrypoints/utils.js" | ||
"module": "../dist/esm/entrypoints/utils.js", | ||
"jsnext:main": "../dist/esm/entrypoints/utils.js", | ||
"es2015": "../dist/es2015/entrypoints/utils.js", | ||
"es2020": "../dist/es2020/entrypoints/utils.js", | ||
"cjs": "../dist/cjs/entrypoints/utils.js", | ||
"types": "../dist/cjs/entrypoints/utils.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
101979
0