Socket
Socket
Sign inDemoInstall

@contrast/agent-swc-plugin

Package Overview
Dependencies
Maintainers
17
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/agent-swc-plugin - npm Package Compare versions

Comparing version 0.1.3 to 0.3.0

contrast_agent_swc_plugin.wasm

10

package.json
{
"name": "@contrast/agent-swc-plugin",
"version": "0.1.3",
"description": "swc plugin for the new and improved Node agent",
"version": "0.3.0",
"description": "SWC plugin handling rewriting for the new and improved Node agent",
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",

@@ -10,9 +10,9 @@ "license": "SEE LICENSE IN LICENSE",

],
"main": "target/wasm32-wasi/release/contrast_agent_swc_plugin.wasm",
"main": "contrast_agent_swc_plugin.wasm",
"files": [],
"scripts": {
"build": "cargo build-wasi --release",
"prepack": "npm run build",
"build": "cargo build --release --target wasm32-wasi",
"prepack": "cp ../target/wasm32-wasi/release/contrast_agent_swc_plugin.wasm .",
"test": "cargo test"
}
}
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