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

umd

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

umd - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

bin/cli.js

17

package.json
{
"name": "umd",
"version": "1.1.1",
"version": "1.2.0",
"description": "Universal Module Definition for use in automated build systems",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {

@@ -15,5 +11,8 @@ "rfile": "~1.0.0",

},
"devDependencies": {},
"devDependencies": {
"win-spawn": "~1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "cd bin && win-line-endings && cd .."
},

@@ -25,5 +24,3 @@ "repository": {

"author": "ForbesLindesay",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "7f34f679e59a5051e6d4fe7e6be9657a440bbc86"
"license": "MIT"
}

@@ -0,6 +1,12 @@

# umd
<img src="http://i.imgur.com/ypw29XY.png" align="right"/>
# umd
Universal Module Definition for use in automated build systems
- simple synchronous wrapping of a string
- optional wrapping of a "stream" with genuine streaming
- `return` style module support
- CommonJS support
- prevents internal UMDs from conflicting
## Source Format

@@ -42,6 +48,17 @@

## Command Line
```
Usage: umd <name> <source> <destination> [options]
Pipe Usage: umd <name> [options] < source > destination
Options:
-h --help Display usage information
-c --commonJS Use CommonJS module format
```
## License
MIT
![viewcount](https://viewcount.jepso.com/count/ForbesLindesay/umd.png)
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