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

cross-mp-power

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-mp-power - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

esm/index.js

@@ -413,3 +413,3 @@ const memoize = (func)=>{

timer = setTimeout(()=>{
reject(new Error('timeout'));
reject(new Error(`boundingClientRect {${selector}} timeout`));
}, timeout);

@@ -427,3 +427,3 @@ }

clearTimeout(timer);
reject(new Error('not result'));
reject(new Error(`boundingClientRect {${selector}} not result`));
return;

@@ -430,0 +430,0 @@ }

{
"name": "cross-mp-power",
"version": "0.1.4",
"version": "0.1.5",
"description": "跨平台小程序能力封装",

@@ -5,0 +5,0 @@ "main": "esm/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