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

mo-dev

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mo-dev - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

lib/commands/mo-dev.js

@@ -60,3 +60,3 @@ "use strict";

testModes: testModes.length ? testModes : settings_1.defaultSettings.testModes,
testFiles: testFiles.length ? testFiles : settings_1.defaultSettings.testModes,
testFiles: testFiles.length ? testFiles : settings_1.defaultSettings.testFiles,
canisterNames: canisterNames.length ? canisterNames : settings_1.defaultSettings.canisterNames,

@@ -63,0 +63,0 @@ reinstall: !!yes || settings_1.defaultSettings.reinstall,

{
"name": "mo-dev",
"version": "0.10.0",
"version": "0.10.1",
"description": "A live reload development server for Motoko smart contracts.",

@@ -5,0 +5,0 @@ "author": "DFINITY Foundation (https://dfinity.org)",

@@ -64,3 +64,3 @@

Specify the working directory (`--cwd` or `-c`; should contain a `dfx.json` file):
Specify the working directory (`--cwd` or `-C`; should contain a `dfx.json` file):

@@ -71,2 +71,8 @@ ```sh

Only run the dev server for specific canisters (`--canister` or `-c`):
```sh
mo-dev -c my_canister -c another_canister --deploy
```
## Advanced Features

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