just-performance
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -1,2 +0,6 @@ | ||
export { performance } from "perf_hooks"; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.performance = void 0; | ||
var perf_hooks_1 = require("perf_hooks"); | ||
Object.defineProperty(exports, "performance", { enumerable: true, get: function () { return perf_hooks_1.performance; } }); | ||
//# sourceMappingURL=node.js.map |
{ | ||
"name": "just-performance", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Isomorphic ponyfill wrapping native browser performance and node.js perf_hooks performance", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "./dist/node.js", | ||
"browser": "./dist/browser.js", | ||
"exports": { | ||
".": { | ||
"node": "./dist/node.js", | ||
"default": "./dist/browser.js" | ||
} | ||
}, | ||
"repository": { | ||
@@ -16,4 +24,2 @@ "type": "git", | ||
"homepage": "https://github.com/jhurliman/just-performance", | ||
"main": "dist/node.js", | ||
"browser": "dist/browser.js", | ||
"files": [ | ||
@@ -20,0 +26,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3510
13
0