New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

veplayer-mp-wechat

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veplayer-mp-wechat - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-alpha.0

postinstall.js

4

dist/plugins/progress/index.js

@@ -133,2 +133,6 @@ "use strict";

const { value } = e.detail;
const { duration } = this.data;
if (!duration) {
return;
}
const cTime = value * this.data.duration / 100;

@@ -135,0 +139,0 @@ this.setData({

8

package.json
{
"name": "veplayer-mp-wechat",
"version": "1.0.2",
"version": "1.0.3-alpha.0",
"license": "MIT",

@@ -13,3 +13,4 @@ "miniprogram": "dist",

"dist",
"README.md"
"README.md",
"postinstall.js"
],

@@ -19,3 +20,4 @@ "scripts": {

"release:alpha": "npm version prerelease --preid=alpha && npm run build && npm publish --tag alpha --registry=https://registry.npmjs.org",
"build": "TRANSFORM_TYPE=weapp gulp -f ../../scripts/gulp.file.ts --cwd ../../packages/weapp/"
"build": "TRANSFORM_TYPE=weapp gulp -f ../../scripts/gulp.file.ts --cwd ../../packages/weapp/",
"postinstall": "node postinstall.js"
},

@@ -22,0 +24,0 @@ "dependencies": {

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