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

veplayer-mp-douyin

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veplayer-mp-douyin - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

5

package.json
{
"name": "veplayer-mp-douyin",
"version": "0.1.16",
"version": "0.1.17",
"license": "MIT",

@@ -31,3 +31,6 @@ "miniprogramType": "tt-npm",

"xgplayer-service-miniprogram": "^0.4.0"
},
"devDependencies": {
"fs-extra": "^11.1.1"
}
}

4

postinstall.js
const path = require('path');
const fs = require('fs');
const fs = require('fs-extra');

@@ -23,3 +23,3 @@ async function main() {

targetPath = path.join(__dirname, `../../${isExitSrc ? 'src/' : '' }ttcomponents/veplayer-mp-douyin`);
fs.cpSync(sourcePath, targetPath, { recursive: true });
fs.copySync(sourcePath, targetPath, { overwrite: true });
}

@@ -26,0 +26,0 @@ }

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