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

miniapp-web-jsapi

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniapp-web-jsapi - npm Package Compare versions

Comparing version 2.12.0-alpha.6 to 2.12.0-alpha.7

14

CHANGELOG.md

@@ -6,2 +6,16 @@ # Change Log

## [2.12.0-alpha.7] (2023-07-25)
### Features
* 还原 options 前置位判断
### Bug Fixes
* navigateBack在H5场景传参和小程序保持一致
## [2.12.0-alpha.6] (2023-07-21)

@@ -8,0 +22,0 @@

4

lib/web/jsapi/navigate/index.js

@@ -80,4 +80,4 @@ /// <reference types="mini-types/types/api/open/getLaunchOptionsSync" />

var _options$delta = options.delta,
delta = _options$delta === void 0 ? -1 : _options$delta;
history.go(delta);
delta = _options$delta === void 0 ? 1 : _options$delta;
history.go(-delta);
}
{
"name": "miniapp-web-jsapi",
"version": "2.12.0-alpha.6",
"version": "2.12.0-alpha.7",
"description": "JSAPI/View adapter for miniprogram running on the web",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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