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

@perfsee/utils

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/utils - npm Package Compare versions

Comparing version 1.1.0 to 1.3.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [1.3.0](https://github.com/perfsee/perfsee/compare/v1.2.0...v1.3.0) (2023-02-27)
### Features
- **platform,platform-server:** show commit message ([b3ea2fd](https://github.com/perfsee/perfsee/commit/b3ea2fd65f67b8fec22369e69b07dfc0ec47d2ff))
# [1.1.0](https://github.com/perfsee/perfsee/compare/v1.0.0...v1.1.0) (2022-11-04)

@@ -8,0 +14,0 @@

1

dist/git/host.d.ts

@@ -31,3 +31,4 @@ export declare enum GitHost {

diffUrl(from: string, to: string): string;
prUrl(number: number): string;
}
export declare function gitHostFromDomain(domainOrHost: string): GitHost;

@@ -49,2 +49,5 @@ "use strict";

}
prUrl(number) {
return `https://${this.path}/pull/${number}`;
}
}

@@ -51,0 +54,0 @@ exports.CommonGitHost = CommonGitHost;

4

package.json
{
"name": "@perfsee/utils",
"version": "1.1.0",
"version": "1.3.0",
"description": "utilities function of perfsee platform",

@@ -20,3 +20,3 @@ "main": "dist/index.js",

},
"gitHead": "4b292cbcac782e08c311539be876419870600c7d"
"gitHead": "10319d51ec9cdd2bdcfa4470ce770227fa26161f"
}

Sorry, the diff of this file is not supported yet

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