New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@servicetitan/component-usage

Package Overview
Dependencies
Maintainers
7
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/component-usage - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

12

dist/index.js

@@ -82,15 +82,3 @@ "use strict";

const staticAssetPath = path_1.default.normalize(`${__dirname}/../static`);
// eslint-disable-next-line no-console
console.log(`ls ${staticAssetPath}:`);
fs_1.default.readdirSync(staticAssetPath).forEach(file => {
// eslint-disable-next-line no-console
console.log(` ${file}`);
});
fs_1.default.mkdirSync(`${options.outputDir}/treemap`, { recursive: true });
// eslint-disable-next-line no-console
console.log(`ls ${options.outputDir}:`);
fs_1.default.readdirSync(options.outputDir).forEach(file => {
// eslint-disable-next-line no-console
console.log(` ${file}`);
});
fs_1.default.copyFileSync(`${staticAssetPath}/treemap.html`, `${options.outputDir}/treemap/index.html`);

@@ -97,0 +85,0 @@ fs_1.default.copyFileSync(`${staticAssetPath}/carrotsearch.foamtree.js`, `${options.outputDir}/treemap/carrotsearch.foamtree.js`);

2

package.json
{
"name": "@servicetitan/component-usage",
"version": "0.0.14",
"version": "0.0.15",
"description": "Usage metrics of @servicetitan components",

@@ -5,0 +5,0 @@ "homepage": "https://docs.st.dev/docs/frontend/component-usage",

@@ -125,18 +125,4 @@ const DependencyReport = require('@segment/dependency-report');

// eslint-disable-next-line no-console
console.log(`ls ${staticAssetPath}:`);
fs.readdirSync(staticAssetPath).forEach(file => {
// eslint-disable-next-line no-console
console.log(` ${file}`);
});
fs.mkdirSync(`${options.outputDir}/treemap`, { recursive: true });
// eslint-disable-next-line no-console
console.log(`ls ${options.outputDir}:`);
fs.readdirSync(options.outputDir).forEach(file => {
// eslint-disable-next-line no-console
console.log(` ${file}`);
});
fs.copyFileSync(

@@ -143,0 +129,0 @@ `${staticAssetPath}/treemap.html`,

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