Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "umd", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Universal Module Definition for use in automated build systems", | ||
@@ -28,2 +28,2 @@ "bin": "./bin/cli.js", | ||
"license": "MIT" | ||
} | ||
} |
@@ -70,4 +70,14 @@ # umd | ||
## Name Casing and Characters | ||
The `name` passed to `umd` will be converted to camel case (`my-library` becomes `myLibrary`) and may only contain: | ||
* alphanumeric characters | ||
* $ | ||
* _ | ||
The name may not begin with a number. Invalid characters will be stripped. | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83
6710
4
1