Socket
Socket
Sign inDemoInstall

ame-super-app-web

Package Overview
Dependencies
22
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1-alpha.0

15

dist/ame-super-app-web.js.LICENSE.txt

@@ -8,19 +8,4 @@ /*!

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

10

dist/tsc/src/index.d.ts

@@ -10,10 +10,10 @@ import EnvironmentManager from "./helper/EnvironmentManager";

declare const superApp: SuperAppApi;
export declare type InitInput = InitInputI;
export type InitInput = InitInputI;
export { SuperAppTargetEnumI as SuperAppTargetEnum };
export declare type OpenMiniAppInput = OpenMiniAppInputI;
export declare type OpenMiniAppWorkspaceInput = OpenMiniAppWorkspaceInputI;
export declare type AskUserDataInput = AskUserDataInputI;
export declare type NavigationListenerEvent = NavigationListenerEventI;
export type OpenMiniAppInput = OpenMiniAppInputI;
export type OpenMiniAppWorkspaceInput = OpenMiniAppWorkspaceInputI;
export type AskUserDataInput = AskUserDataInputI;
export type NavigationListenerEvent = NavigationListenerEventI;
export { EnvironmentManager };
export * from "./model/SuperAppEnvironment";
export default superApp;

@@ -1,2 +0,2 @@

export declare type CustomMethodListOutput = CustomMethodDefinition[];
export type CustomMethodListOutput = CustomMethodDefinition[];
interface CustomMethodDefinition {

@@ -3,0 +3,0 @@ name: string;

@@ -1,2 +0,2 @@

export declare type NavigationListenerFunction = (event: NavigationListenerEvent) => void;
export type NavigationListenerFunction = (event: NavigationListenerEvent) => void;
export default interface NavigationListenerEvent {

@@ -3,0 +3,0 @@ slug: string;

@@ -1,2 +0,2 @@

declare const _default: "4.1.0";
declare const _default: "4.1.1-alpha.0";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "4.1.0";
exports.default = "4.1.1-alpha.0";
//# sourceMappingURL=version.js.map
{
"name": "ame-super-app-web",
"version": "4.1.0",
"version": "4.1.1-alpha.0",
"_versionBetaExample": "1.0.2-beta.0",

@@ -22,4 +22,4 @@ "__versionBetaExample": "1.0.2-alpha.0",

"build": "tsc -p tsconfig.json",
"build-all": "yarn clean && yarn build && yarn webpack:build",
"build-all-no-clean": "yarn build && yarn webpack:build",
"build-all": "npm run clean && npm run build && npm run webpack:build",
"build-all-no-clean": "npm run build && npm run webpack:build",
"esbuild-browser": "esbuild src/index.ts --bundle --minify --sourcemap=external --outfile=dist/ame-super-app-web.js",

@@ -34,7 +34,5 @@ "esbuild-browser:dev": "esbuild src/index.ts --bundle --outfile=dist/ame-super-app-web.js",

"unlink-ame-minha-conta": "./scripts/unlink-target.sh ame-minha-conta",
"watch-build": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'yarn build-all-no-clean'",
"watch-build": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'npm run build-all-no-clean'",
"playground": "./scripts/playground.sh",
"dev": "concurrently --kill-others \"npm run watch-build\" \"npm run playground\"",
"cypress:open": "cd ./test/e2e && cypress open",
"cypress:ci": "cd ./test/e2e && cypress run"
"dev": "concurrently --kill-others \"npm run watch-build\" \"npm run playground\""
},

@@ -54,7 +52,5 @@ "devDependencies": {

"concurrently": "^7.5.0",
"cypress": "^9.5.4",
"esbuild": "^0.11.11",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^25.2.1",

@@ -90,3 +86,6 @@ "eslint-plugin-prettier": "^4.0.0",

"uuid": "^8.3.2"
},
"volta": {
"node": "16.18.1"
}
}

@@ -46,5 +46,5 @@ # ame-super-app-web

1. rodar o comando yarn example
1. rodar o comando npm run example
2. acessar o diretório ./ame-super-app-web/example/ame-super-app-web-example

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc