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

sa-sdk-javascript

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sa-sdk-javascript - npm Package Compare versions

Comparing version 1.14.6 to 1.14.7

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 1.14.7
* 新增:先存localStorage再发数据的功能,详细用法参考
1.可以解决本地网络如果暂时不好,发不出的话,可以先存储后发
2.可以解决关闭页面发数据丢失问题(通过先存本地,下次打开再发)
[详细文档](https://www.sensorsdata.cn/manual/js_sdk.html#81-batchsend)
## 1.14.6

@@ -2,0 +9,0 @@

2

package.json
{
"name": "sa-sdk-javascript",
"version": "1.14.6",
"version": "1.14.7",
"description": "official sensorsdata javascript sdk",

@@ -5,0 +5,0 @@ "main": "sensorsdata.min.js",

@@ -1,4 +0,4 @@

var sensorsdata_js_sdk_latest_version = '1.14.6';
var sensorsdata_js_sdk_latest_version = '1.14.7';
if(typeof module ==='object' && typeof module.exports === 'object'){
module.exports = sensorsdata_js_sdk_latest_version;
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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