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

amdex

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amdex - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

package.json
{
"name": "amdex",
"version": "1.0.8",
"version": "1.0.9",
"description": "A tool to extract and restore AMD-style JavaScript modules",

@@ -11,5 +11,5 @@ "module": "index.ts",

"scripts": {
"build": "bun build ./cli.js --outfile=./dist/cli.mjs",
"build": "rm -rf ./dist && bun build ./cli.js --target=node --outfile=./dist/cli.mjs && chmod +x ./dist/cli.mjs",
"prepare": "npm run build",
"start": "node dist/cli.mjs"
"start": "node cli.js"
},

@@ -16,0 +16,0 @@ "files": [

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