Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

perf-marks

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perf-marks - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

15

CHANGELOG.md

@@ -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"
}

2

package.json
{
"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

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