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

miniapp-web-jsapi

Package Overview
Dependencies
Maintainers
2
Versions
111
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.9.0 to 2.10.0

8

CHANGELOG.md

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

## [2.10.0] (2023-02-22)
**Note:** Version bump only for package miniapp-web-jsapi
## [2.9.0](https://code.alipay.com/ant-ife/hylid-bridge/compare/v2.9.0-alpha.0...v2.9.0) (2022-11-09)

@@ -8,0 +16,0 @@

34

package.json
{
"name": "miniapp-web-jsapi",
"version": "2.9.0",
"version": "2.10.0",
"description": "JSAPI/View adapter for miniprogram running on the web",
"main": "lib/index.js",
"scripts": {
"dev": "npx gulp dev",
"build:gulp": "rm -rf ./lib && npx gulp build",
"build:webpack": "rm -rf ./dist && webpack --stats verbose",
"build": "npm run build:gulp && npm run build:webpack",
"build:webpack:analyze": "rm -rf ./dist && cross-env ANALYZE=true webpack --stats verbose",
"postbuild": "cp package.json dist",
"buildpackage": "cp package.json dist && cd dist && npm pack",
"publish": "cp package.json dist && cd dist && npm publish"
},
"keywords": [

@@ -34,24 +24,4 @@ "Miniprogram",

"devDependencies": {
"autoprefixer": "9.8.8",
"babel-loader": "8.2.5",
"babel-types": "6.26.0",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"gulp-babel": "8.0.0",
"gulp-if": "3.0.0",
"gulp-svelte": "0.8.0",
"less": "4.1.3",
"less-loader": "11.0.0",
"mini-css-extract-plugin": "2.6.1",
"mini-types": "^0.1.7",
"postcss-loader": "7.0.1",
"postcss-px-to-viewport": "1.1.1",
"svelte-loader": "3.1.3",
"svelte-preprocess": "4.10.7",
"typescript": "4.7.2",
"webpack": "5.72.1",
"webpack-bundle-analyzer": "4.6.1",
"webpack-cli": "4.10.0",
"webpack-merge": "5.8.0"
"mini-types": "^0.1.7"
}
}
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