🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.0.5

4

dist/MobotJs.d.ts

@@ -1,1 +0,3 @@

export declare const test: () => string;
export declare const mobot: {
readonly app: () => void;
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.test = void 0;
const test = () => {
return "test";
exports.mobot = void 0;
exports.mobot = {
app: () => {
window.iacConfig = { message: `Hello from Mobot in the web!` };
},
};
exports.test = test;
{
"name": "mobot-js",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {

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

@@ -1,3 +0,5 @@

export const test = () => {
return "test";
};
export const mobot = {
app: () => {
(window as any).iacConfig = { message: `Hello from Mobot in the web!` };
},
} as const;

@@ -5,3 +5,3 @@ {

"module": "nodenext",
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"declaration": true,

@@ -8,0 +8,0 @@ "outDir": "./dist",