Socket
Socket
Sign inDemoInstall

nuxt-bundle-analysis

Package Overview
Dependencies
54
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

dist/generate.js

@@ -29,5 +29,5 @@ #!/usr/bin/env node

mkdirp_1.default.sync(workflowsPath);
const templatePath = path_1.default.join(__dirname, 'actions-template/nuxt-bundle-analysis.yml');
const templatePath = path_1.default.join(__dirname, '../actions-template/nuxt-bundle-analysis.yml');
const destinationPath = path_1.default.join(workflowsPath, 'nextjs_bundle_analysis.yml');
fs_1.default.copyFileSync(templatePath, destinationPath);
});
{
"name": "nuxt-bundle-analysis",
"version": "0.0.4",
"version": "0.0.5",
"description": "Analyzes each PR's impact on your nuxt.js app's bundle size and displays it using a comment.",

@@ -5,0 +5,0 @@ "main": "index.js",

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