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

tpm

Package Overview
Dependencies
Maintainers
1
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.9 to 1.0.10

2

package.json
{
"name": "tpm",
"version": "1.0.9",
"version": "1.0.10",
"description": "Static Package Manager",

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

@@ -143,2 +143,7 @@

// 延迟加载JS不能单独构建
if (/^lazy\//.test(relativePath)) {
return;
}
// 把多个文件合并成一个文件

@@ -176,3 +181,3 @@ if (config.libjs[relativePath]) {

Ozma()(options, function() {
Ozma()(options, function(buildPath, distPath) {
Util.setSvnKeywords(buildPath);

@@ -179,0 +184,0 @@ Util.setSvnKeywords(distPath);

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