Socket
Socket
Sign inDemoInstall

@tarojs/shared

Package Overview
Dependencies
Maintainers
3
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/shared - npm Package Compare versions

Comparing version 3.1.0-beta.6 to 3.1.0-beta.7

2

dist/index.js

@@ -1383,3 +1383,3 @@ 'use strict';

});
equipCommonApis(taro, global, config);
!config.isOnlyPromisify && equipCommonApis(taro, global, config);
}

@@ -1386,0 +1386,0 @@ /**

@@ -11,2 +11,3 @@ declare type IObject = Record<string, any>;

modifyAsyncResult?: (key: string, res: any) => void;
isOnlyPromisify?: boolean;
[propName: string]: any;

@@ -13,0 +14,0 @@ }

@@ -1414,3 +1414,3 @@ function isString(o) {

});
equipCommonApis(taro, global, config);
!config.isOnlyPromisify && equipCommonApis(taro, global, config);
}

@@ -1417,0 +1417,0 @@ /**

{
"name": "@tarojs/shared",
"version": "3.1.0-beta.6",
"version": "3.1.0-beta.7",
"description": "> TODO: description",

@@ -28,3 +28,3 @@ "author": "yuche <i@yuche.me>",

},
"gitHead": "3918cd94d45eda6179afd0aa83a5b008edd749e3"
"gitHead": "bffca5c3c524cb001ef0f049e561f7c2e240137c"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc