browserify-unibabel
Advanced tools
Comparing version 2.1.3 to 3.0.0
{ | ||
"name": "browserify-unibabel", | ||
"version": "2.1.3", | ||
"version": "3.0.0", | ||
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript", | ||
"main": "node.js", | ||
"browser": { | ||
"./node.js": "./index.js" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -10,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -16,2 +16,8 @@ Unibabel JS: The Browserify-Ready Unibabel | ||
## Another caveat | ||
The original Unibabel fails hard when loaded into node.js, but this one doesn't. That's because I unit-test some things that include this in a node environment, even when not using it. I think the hard failure was a little extreme. | ||
To reiterate the error: You shouldn't use this in node.js, you have Buffers in node.js, and they do this all better. | ||
# Original Unibabel Docs | ||
@@ -18,0 +24,0 @@ |
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
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
159
35931
13
557