Socket
Socket
Sign inDemoInstall

@starbeam/interfaces

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeam/interfaces - npm Package Compare versions

Comparing version 0.8.10-unstable.6ff9a7b to 0.8.10-unstable.7ee43a9

6

package.json
{
"name": "@starbeam/interfaces",
"version": "0.8.10-unstable.6ff9a7b",
"version": "0.8.10-unstable.7ee43a9",
"type": "module",

@@ -31,4 +31,4 @@ "main": "index.ts",

"dependencies": {
"@domtree/any": "0.9.4-unstable.6ff9a7b",
"@starbeam/shared": "1.3.8-unstable.6ff9a7b"
"@domtree/any": "0.9.4-unstable.7ee43a9",
"@starbeam/shared": "1.3.8-unstable.7ee43a9"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -11,7 +11,1 @@ export interface Timestamp {

}
export interface TimestampStatics {
now: () => Timestamp;
max: (...timestamps: Timestamp[]) => Timestamp;
debug: (timestamp: Timestamp) => { at: number };
}
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