Socket
Socket
Sign inDemoInstall

@arktype/attest

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arktype/attest - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

8

cli/trace.ts

@@ -26,2 +26,3 @@ import { execSync } from "child_process"

try {
console.log(`⏳ Gathering type trace data for ${packageDir}...`)
// These cache files have to be removed before any analysis is done otherwise

@@ -40,3 +41,6 @@ // the results will be meaningless.

)
} catch (e) {
console.error(String(e))
} finally {
console.log(`⏳ Analyzing type trace data for ${packageDir}...`)
// TypeScript's analyze-trace tool can be used to automatically detect hot-spots in your code.

@@ -47,5 +51,3 @@ // It's not a perfect match for what can be optimized, but it can be a helpful place to start

})
} catch (e) {
console.error(String(e))
}
}

@@ -13,2 +13,3 @@ import { execSync } from "child_process";

try {
console.log(`⏳ Gathering type trace data for ${packageDir}...`);
// These cache files have to be removed before any analysis is done otherwise

@@ -23,2 +24,8 @@ // the results will be meaningless.

});
}
catch (e) {
console.error(String(e));
}
finally {
console.log(`⏳ Analyzing type trace data for ${packageDir}...`);
// TypeScript's analyze-trace tool can be used to automatically detect hot-spots in your code.

@@ -30,6 +37,3 @@ // It's not a perfect match for what can be optimized, but it can be a helpful place to start

}
catch (e) {
console.error(String(e));
}
};
//# sourceMappingURL=trace.js.map
{
"name": "@arktype/attest",
"version": "0.6.0",
"version": "0.6.1",
"author": {

@@ -5,0 +5,0 @@ "name": "David Blass",

Sorry, the diff of this file is not supported yet

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