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

veplayer-mp-logger

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veplayer-mp-logger - npm Package Compare versions

Comparing version 1.2.7-rc.1 to 1.2.7

collector.d.ts

32

package.json
{
"name": "veplayer-mp-logger",
"version": "1.2.7-rc.1",
"description": "小程序点播播放质量上报sdk",
"author": "hongqiongxing@bytedance.com",
"version": "1.2.7",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"typings": "./index.d.ts",
"keywords": [],
"unpkg": true,
"license": "ISC",
"devDependencies": {
"@dp/tea-sdk-common": "^3.0.0",
"eventemitter3": "^4.0.7",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup": "^2.78.0",
"@byted/lux-core": "^1.3.0",
"@byted/lux-cli": "^1.2.3"
},
"scripts": {
"dts": "dts-bundle-generator --no-banner --no-check --silent -o ./dist/index.d.ts ./es/index.d.ts",
"build": "rm -rf ./dist && cross-env NODE_ENV=production rollup -c rollup.config.js && npm run tsc",
"tsc": "tsc --project ./tsconfig.json",
"build:byted": "node ../../scripts/src-file.js pkg=logger pathType=dist action=copy && npm run build:es",
"tsc:es": "tsc --outDir ../byted-logger/es",
"build:es": "rm -rf ../byted-logger/es && babel src --out-dir ../byted-logger/es && npm run tsc:es",
"watch": "cross-env NODE_ENV=development TEST_TYPE=douyin rollup -c rollup.config.js --watch",
"watch:weapp": "cross-env NODE_ENV=development TEST_TYPE=weapp rollup -c rollup.config.js --watch",
"postbuild": "lux release commit",
"version:rc": "lux version --preid rc"
}
"license": "ISC"
}
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