Socket
Socket
Sign inDemoInstall

perf-marks

Package Overview
Dependencies
1
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

greenkeeper.json

15

CHANGELOG.md

@@ -10,2 +10,11 @@ # Change Log

## [1.8.1][] - 2020-05-13
### Updated
- Upgrading devDependencies to the latest version
- Upgrading `tslib` to `v1.12.0`
- Upgrading `nodejs` to `v12.16.2`
- Upgrading `engines` in `package.json` to accept NodeJS versions only greater or equal than `>=12`
## [1.8.0][] - 2020-02-16

@@ -211,5 +220,7 @@

[1.7.0]: https://github.com/willmendesneto/perf-marks/tree/v1.7.0
[unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/willmendesneto/perf-marks/tree/v1.8.0
[Unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/willmendesneto/perf-marks/tree/v1.8.0
[Unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/willmendesneto/perf-marks/tree/v1.8.1
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getEntriesByType = exports.getNavigationMarker = void 0;
var is_user_timing_api_supported_1 = require("./is-user-timing-api-supported");

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isPerformanceObservableSupported = void 0;
/**

@@ -4,0 +5,0 @@ * Boolean with the result of the check if PerformanceObservable

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isUserTimingAPISupported = void 0;
/**

@@ -4,0 +5,0 @@ * Boolean with the result of the check if User Timing API

5

dist/cjs/marks.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isPerformanceObservableSupported = exports.isUserTimingAPISupported = exports.clearAll = exports.clear = exports.end = exports.start = void 0;
var is_user_timing_api_supported_1 = require("./is-user-timing-api-supported");
exports.isUserTimingAPISupported = is_user_timing_api_supported_1.isUserTimingAPISupported;
Object.defineProperty(exports, "isUserTimingAPISupported", { enumerable: true, get: function () { return is_user_timing_api_supported_1.isUserTimingAPISupported; } });
var is_performance_observable_supported_1 = require("./is-performance-observable-supported");
exports.isPerformanceObservableSupported = is_performance_observable_supported_1.isPerformanceObservableSupported;
Object.defineProperty(exports, "isPerformanceObservableSupported", { enumerable: true, get: function () { return is_performance_observable_supported_1.isPerformanceObservableSupported; } });
// Map() is not used in order to decrease the bundle

@@ -8,0 +9,0 @@ var marksMap = {};

{
"name": "perf-marks",
"version": "1.8.0",
"version": "1.8.1",
"author": "Will Mendes <willmendesneto@gmail.com>",

@@ -27,29 +27,29 @@ "description": "The simplest and lightweight solution for User Timing API in Javascript.",

"dependencies": {
"tslib": "^1.10.0"
"tslib": "^1.12.0"
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@types/jest": "^25.2.1",
"@types/node": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"bundlesize": "^0.18.0",
"changelog-verify": "^1.1.0",
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.10.0",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-prettier": "^3.1.1",
"fs-extra": "^8.1.0",
"eslint-plugin-prettier": "^3.1.3",
"fs-extra": "^9.0.0",
"glob": "^7.1.4",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jsdom": "^16.1.0",
"lint-staged": "^10.0.7",
"prettier": "^1.18.2",
"rollup": "^1.31.1",
"ts-jest": "^25.2.0",
"ts-node": "^8.4.1",
"typescript": "^3.4.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jsdom": "^16.2.2",
"lint-staged": "^10.2.2",
"prettier": "^2.0.5",
"rollup": "^2.9.1",
"ts-jest": "^25.5.1",
"ts-node": "^8.10.1",
"typescript": "^3.9.2",
"typings": "^2.1.1",
"uglify-js": "^3.7.7",
"uglify-js": "^3.9.2",
"usertiming": "^0.1.8",

@@ -59,3 +59,3 @@ "version-changelog": "^3.1.0"

"engines": {
"node": ">=6.10.2"
"node": ">=12"
},

@@ -62,0 +62,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc