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

@dealmore/funny

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dealmore/funny - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

CHANGELOG.md
# @dealmore/funny
## 0.2.1
### Patch Changes
- Outputs the files which are ignored in the zip package
## 0.2.0

@@ -4,0 +10,0 @@

4

dist/commands/build.js

@@ -25,2 +25,3 @@ "use strict";

const path = __importStar(require("path"));
const consola_1 = __importDefault(require("consola"));
const compiler_ncc_1 = __importDefault(require("../lib/compiler-ncc"));

@@ -66,2 +67,5 @@ // Creates a production build

}
else {
consola_1.default.log(`Ignoring file ${fileName}`);
}
}

@@ -68,0 +72,0 @@ zipfile.end();

2

package.json
{
"name": "@dealmore/funny",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

# funny
Funny is a CLI compiler for serverless environments. Powered by [dealmore](https://dealmore.de).
## Testing with lambci
1. Mount local dir into docker environment
```sh
docker run -ti -p 4000:4000 -rm -v $(pwd):/tmp registry.gitlab.com/dealmore/dealmore-build-images/lambdaci:nodejs12.x /bin/bash
```
2. Inside the container install the `procps` package ([Link](https://github.com/bahmutov/start-server-and-test/issues/132#issuecomment-448581335))
```sh
yum install -y procps
```
3. Run funny:
```sh
npx @dealmore/funny test --env /tmp/.env /tmp/some-function.zip
```

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