Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.3 to 1.1.4

5

changelog.txt

@@ -7,4 +7,7 @@ #######################################################################

ver 1.1.4
* Bugfix: require.text不支持UTF-8。
ver 1.1.3
* 改进:土豆插件支持多层相对路径。
* 改进:支持多层相对路径。

@@ -11,0 +14,0 @@ ver 1.1.2

2

package.json
{
"name": "tpm",
"version": "1.1.3",
"version": "1.1.4",
"description": "Static Package Manager",

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

@@ -375,12 +375,3 @@

}
var s = '';
try {
s = Fs.readFileSync(f, {
encoding: 'utf-8'
});
} catch(e) {
console.error(e);
s = e.toString();
}
var s = readFileSync(f, 'utf-8');
s = s.replace(/^\uFEFF/, '');

@@ -387,0 +378,0 @@ s = s.replace(/(\r\n|\r|\n)\s*/g, ' ');

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