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

@begin/api

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begin/api - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

cjs/client.js

@@ -223,2 +223,6 @@ // @ts-check

if (path) url += path
// Automatically base64-encode zip buffers
if (params.zip instanceof Buffer) {
params.zip = Buffer.from(params.zip).toString('base64')
}
let result = await tiny.post({

@@ -225,0 +229,0 @@ url,

{
"name": "@begin/api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node client for api.begin.com",

@@ -28,2 +28,7 @@ "type": "module",

},
"files": [
"cjs/*",
"client.d.ts",
"client.js"
],
"keywords": [

@@ -30,0 +35,0 @@ "node",

.github/dependabot.yml
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