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

@appsemble/cli

Package Overview
Dependencies
Maintainers
2
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/cli - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

lib/util/readFiles.js

@@ -26,8 +26,8 @@ const path = require('path');

const content = await fs.readFile(filename);
const { id } = await post('/files', content, {
const { $id } = await post('/files', content, {
'Content-Type': mime.lookup(filename) || 'application/octet-stream',
});
return [path.relative(buildDir, filename), id];
return [path.relative(buildDir, filename), $id];
}));
return fromPairs(result);
};
{
"name": "@appsemble/cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "A CLI for the Appsemble extension platform",

@@ -5,0 +5,0 @@ "homepage": "https://www.appsemble.com",

@@ -5,7 +5,3 @@ # Appsemble CLI

<div align="center">
<img width="256" height="256" src="assets/icon.svg" />
</div>
## Installation

@@ -12,0 +8,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