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.7 to 1.0.8

2

package.json
{
"name": "tpm",
"version": "1.0.7",
"version": "1.0.8",
"description": "Static Package Manager",

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

@@ -106,3 +106,3 @@

function url2path(url) {
var path = null;
var path = '';
if (url.charAt(0) == '.') {

@@ -136,2 +136,3 @@ path = Path.resolve(dirPath + '/' + url);

var path = url2path(url);
path = path.substr(0, 1).toLowerCase() + path.substr(1);
if (data[path]) {

@@ -138,0 +139,0 @@ var version = data[path];

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