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.14 to 0.0.16

11

dist/MobotJs.js

@@ -1,1 +0,10 @@

"use strict";(()=>{var s={app:o=>{window.iacConfig={message:`Hello ${o.message} from Mobot in the web!`}}};})();
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mobot = void 0;
exports.mobot = {
app: (config) => {
window.iacConfig = {
message: `Hello ${config.message} from Mobot in the web!`,
};
},
};

4

package.json
{
"name": "mobot-js",
"version": "0.0.14",
"version": "0.0.16",
"scripts": {
"build": "esbuild src/MobotJs.ts --bundle --minify --outfile=dist/MobotJs.js --tsconfig=tsconfig.json",
"build": "tsc",
"pub": "sucrase-node pub.ts",

@@ -7,0 +7,0 @@ "pub:minor": "sucrase-node pub.ts -m",

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