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

@mappable-world/mappable-cli

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mappable-world/mappable-cli - npm Package Compare versions

Comparing version 0.0.1-beta.24 to 0.0.1-beta.25

dist/args.d.ts

2

package.json
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.1-beta.24",
"version": "0.0.1-beta.25",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,4 +5,39 @@ # Mappable JS API Example Package

```
## Getting started
To get started:
```sh
npm start
```
or so if you didn't create the `.env` file
```sh
APIKEY=%APIKEY% npm start
```
To check with linter:
```sh
npm run lint
```
For the final build:
```sh
npm run build
```
## GitHub actions
After you create a new tag, or just push changes to the server, ci will be launched
CI described here `.github/workflows/release.yml` and `.github/workflows/tests.yml`
For it to work, you need to declare two secrets in the GitHub Action:
- `APIKEY` - To run autotests on the JS API https://mappable.world/docs/js-api/quickstart.html#get-api-key
- `NPM_TOKEN` - To publish your package to npm
{
"compilerOptions": {
"declaration": true,
"declarationDir": "dist",
"lib": ["ES2018"],

@@ -4,0 +6,0 @@ "allowSyntheticDefaultImports": true,

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