Socket
Socket
Sign inDemoInstall

@deepkit/core

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepkit/core - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

4

package.json
{
"name": "@deepkit/core",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Super Hornet core library",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

},
"gitHead": "f6d1f9f9734af944c9349fc96132e46d817cd84e"
"gitHead": "f0e24b8b0d48a9880f23baeb8b63cfbbe1a259fc"
}

@@ -15,3 +15,2 @@ /*

const FgYellow = '\x1b[33m';
const {performance} = require('perf_hooks');

@@ -137,2 +136,4 @@ declare var process: any;

export async function bench(times: number, title: string, exec: () => void | Promise<void>): Promise<number> {
const {performance} = module.require('perf_hooks');
const start = performance.now();

@@ -139,0 +140,0 @@ for (let i = 0; i < times; i++) {

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