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.45 to 0.0.2

4

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

@@ -42,3 +42,3 @@ "main": "dist/index.js",

"scripts": {
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git",
"bump": "npm version patch --no-git-tag-version && npm run bump:git",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version Read more https://github.com/mappable-world/mappable-cli/releases/tag/$npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main",

@@ -45,0 +45,0 @@ "test": "jest",

@@ -16,8 +16,6 @@ # Mappable JS CLI utils

> The package is currently in beta, do not use it without specifying the version. latest version https://www.npmjs.com/package/@mappable-world/mappable-cli?activeTab=versions
## Create mappable package by template
```sh
npx @mappable-world/mappable-cli@0.0.1-beta.41 --name="mappable-my-super-pkg"
npx @mappable-world/mappable-cli --name="mappable-my-super-pkg"
```

@@ -28,3 +26,3 @@

```sh
npx @mappable-world/mappable-cli@0.0.1-beta.41 help
npx @mappable-world/mappable-cli help
```

@@ -31,0 +29,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