New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ronomon/base64

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronomon/base64 - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

index.js

@@ -293,3 +293,3 @@ 'use strict';

try {
Base64.binding.native = require('./build/Release/binding.node');
Base64.binding.native = require('./binding.node');
Base64.binding.active = Base64.binding.native;

@@ -296,0 +296,0 @@ } catch (exception) {

{
"name": "@ronomon/base64",
"version": "2.0.1",
"version": "2.1.0",
"description": "Fast, robust Base64 encoder/decoder for Buffers in C++. Ignores whitespace. Detects corruption and truncation. Ships with extensive tests, a fuzz test and a benchmark.",

@@ -22,3 +22,3 @@ "main": "index.js",

"scripts": {
"install": "node-gyp rebuild || exit 0",
"postinstall": "node-gyp clean",
"test": "node test.js"

@@ -28,4 +28,4 @@ },

"@ronomon/queue": "^2.1.0",
"nan": "^2.5.1"
"nan": "^2.6.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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