Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arms/rum-vite-plugin

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arms/rum-vite-plugin - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

26

dist/index.js

@@ -365,3 +365,3 @@ (function (global, factory) {

if (!outputOptions.dir) {
_context.next = 11;
_context.next = 9;
break;

@@ -378,26 +378,24 @@ }

buildArtifacts = _context.sent;
console.log('haha', buildArtifacts);
console.log(outputDir);
_context.next = 9;
_context.next = 7;
return bundleHandler(buildArtifacts);
case 7:
_context.next = 17;
break;
case 9:
_context.next = 19;
break;
case 11:
if (!outputOptions.file) {
_context.next = 16;
_context.next = 14;
break;
}
_context.next = 14;
_context.next = 12;
return bundleHandler([outputOptions.file]);
case 12:
_context.next = 17;
break;
case 14:
_context.next = 19;
break;
case 16:
_buildArtifacts = Object.keys(bundle).map(function (asset) {
return path__namespace.join(path__namespace.resolve(), asset);
});
_context.next = 19;
_context.next = 17;
return bundleHandler(_buildArtifacts);
case 19:
case 17:
case "end":

@@ -404,0 +402,0 @@ return _context.stop();

{
"name": "@arms/rum-vite-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "rum vite plugin",

@@ -34,5 +34,5 @@ "author": "ly403664 <ly403664@alibaba-inc.com>",

"dependencies": {
"@arms/rum-bundler-plugin-core": "^0.0.3",
"@arms/rum-bundler-plugin-core": "^0.0.4",
"glob": "^11.0.0"
}
}
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