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

browserify-unibabel

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-unibabel - npm Package Compare versions

Comparing version 2.1.3 to 3.0.0

7

package.json
{
"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 @@

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