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

@ampt/api

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampt/api - npm Package Compare versions

Comparing version 0.0.1-beta.10 to 0.0.1-beta.11

6

dist/index.js

@@ -512,7 +512,7 @@ import { createRequire as topLevelCreateRequire } from 'module'

async function readStream(stream) {
let result = "";
const chunks = [];
for await (const chunk of stream) {
result += chunk;
chunks.push(chunk);
}
return result;
return Buffer.concat(chunks).toString("utf8");
}

@@ -519,0 +519,0 @@ var ApiRequest = class {

{
"name": "@ampt/api",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"type": "module",

@@ -19,4 +19,4 @@ "types": "dist/index.d.ts",

"suretype": "^3.2.0",
"@ampt/sdk": "^1.0.0"
"@ampt/sdk": "^1.0.1"
}
}

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