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.25 to 0.0.26

3

dist/controllers/create.js

@@ -51,3 +51,4 @@ "use strict";

PACKAGE_NAME: packageName,
PACKAGE_NAME_ENCODED: encodeURIComponent(packageName)
PACKAGE_NAME_ENCODED: encodeURIComponent(packageName),
PACKAGE_NAME_SHORT: packageName.split('/').slice(-1)[0]
};

@@ -54,0 +55,0 @@ copyTemplateFiles(TEMPLATE_DIR, TARGET, true, macros);

{
"name": "@mappable-world/mappable-cli",
"version": "0.0.25",
"version": "0.0.26",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",

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

<!-- BUGS: Please use this template -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/%PACKAGE_NAME% -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/%PACKAGE_NAME_SHORT% -->

@@ -4,0 +4,0 @@ **%PACKAGE_NAME% Version:** xxxxx

@@ -46,3 +46,3 @@ # %PACKAGE_NAME% package

```js
const pkg = await mappable.import('%PACKAGE_NAME%')
const pkg = await mappable.import('%PACKAGE_NAME%');
```

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