New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

unamdify

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unamdify

Browserify transform that rewrites AMD modules to be CommonJS compliant.

latest
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

UnAMDify

Browserify transform that rewrites AMD modules to be CommonJS compliant.

npm install --save-dev unamdify

Add to package.json (we recommend you use aliasify (npm install --save-dev aliasify) to support AMD-style path mappings too.) -

{
  "browserify": {
    "transform": [
      "unamdify",
      "aliasify"
    ]
  },
  "aliasify": {
    "aliases": {
      "bower_components": "./web/bower_components"
    }
  }
}

Keywords

browserify

FAQs

Package last updated on 31 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts