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

mobot-js

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobot-js - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

dist/MobotJs.d.ts
export declare const mobot: {
readonly app: () => void;
readonly app: (config: {
message: string;
}) => void;
};

@@ -5,5 +5,7 @@ "use strict";

exports.mobot = {
app: () => {
window.iacConfig = { message: `Hello from Mobot in the web!` };
app: (config) => {
window.iacConfig = {
message: `Hello ${config.message} from Mobot in the web!`,
};
},
};
{
"name": "mobot-js",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {

@@ -5,0 +5,0 @@ "build": "tsc",

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