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

vite-plugin-wasm-pack

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-wasm-pack - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

dist/index.js

@@ -24,3 +24,3 @@ "use strict";

async buildStart(inputOptions) {
cratePaths.forEach(async (cratePath) => {
for await (const cratePath of cratePaths) {
const pkgPath = path_1.default.join(cratePath, 'pkg');

@@ -48,3 +48,3 @@ const crateName = path_1.default.basename(cratePath);

fs_extra_1.default.writeFileSync(jsPath, code);
});
}
},

@@ -51,0 +51,0 @@ configureServer({ middlewares }) {

{
"name": "vite-plugin-wasm-pack",
"version": "0.1.2",
"version": "0.1.3",
"description": "wasm-pack for Vite",

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

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