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

tpm

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tpm - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

package.json
{
"name": "tpm",
"version": "1.0.25",
"version": "1.0.26",
"description": "Static Package Manager",

@@ -5,0 +5,0 @@ "author": "Longhao Luo <lhluo@tudou.com>",

@@ -79,2 +79,3 @@

if (args[0] == 'img') {
var env = args[1] || '';
var imgList = Util.grepPaths(distDirPath + '/img', function(path) {

@@ -86,3 +87,3 @@ return /\.(jpg|png|gif|ico|swf)$/.test(path);

imgList.forEach(function(path) {
var url = 'http://css.tudouui.com/v3/' + getRelativePath(path);
var url = 'http://css' + env + '.tudouui.com/v3/' + getRelativePath(path);
Request(url, function (error, response, body) {

@@ -89,0 +90,0 @@ pathCount--;

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