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

@hmscore/analytics-web

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmscore/analytics-web - npm Package Compare versions

Comparing version 6.4.0-300 to 6.4.1-300

2

index.d.ts
import { AGCApi } from '@agconnect/api-types';
import { Analytics, Callback } from '@/openness/types';
import { Analytics, Callback } from './src/openness/types';
declare module '@agconnect/api-types' {

@@ -4,0 +4,0 @@ interface AGCApi {

{
"version": "6.4.0-300",
"version": "6.4.1-300",
"name": "@hmscore/analytics-web",

@@ -12,20 +12,2 @@ "description": "HMS Analytics SDK",

],
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@rollup/plugin-json": "^4.0.3",
"@types/wechat-miniprogram": "^3.2.0",
"babel-preset-latest": "^6.24.1",
"rimraf": "^3.0.2",
"rollup": "2.3.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"typescript": "^3.8.2"
},
"typings": "./index.d.ts",

@@ -42,4 +24,5 @@ "author": {

"@agconnect/storage": "^1.3.1",
"@agconnect/util": "^1.3.1"
"@agconnect/util": "^1.3.1",
"url-polyfill": "^1.1.10"
}
}

@@ -41,2 +41,11 @@ export interface EventBody {

}
export interface LogConfig {
region: string;
projectId: string;
groupId: string;
streamId: string;
tags: {
[key: string]: string;
};
}
export declare interface Analytics {

@@ -46,2 +55,4 @@ setAnalyticsEnabled(flag: boolean): Promise<void>;

isRestrictionEnabled(): Promise<boolean>;
setRestrictionShared(shared: boolean): Promise<void>;
isRestrictionShared(): Promise<boolean>;
setUserId(userId: string): Promise<void>;

@@ -48,0 +59,0 @@ setUserProfile(name: string, value: string): Promise<void>;

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