New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

yot-cdk-runner

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yot-cdk-runner - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

README.md

8

lib/simulate.js

@@ -1,7 +0,11 @@

const { Server, ensureModule } = require("yot-cdk-core");
const { Server, moduleExists } = require("yot-cdk-core");
module.exports = function simulate(name) {
ensureModule('yot-cdk-simulator')
if (!moduleExists("yot-cdk-simulator")) {
logErrorMessage("Package 'yot-cdk-simulator' is not installed.");
process.exit();
}
require("./serve")(name);
new Server().openSimulator(name);
};
{
"name": "yot-cdk-runner",
"version": "0.0.14",
"version": "0.0.15",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",

@@ -16,4 +13,4 @@ "license": "ISC",

"peerDependencies": {
"yot-cdk-core": "^0.0.14"
"yot-cdk-core": "^0.0.15"
}
}
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