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

speedscope

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speedscope - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

dist/release/import.4e0468cf.js

93

dist/release/file-format-schema.json
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"FileFormat.Profile": {
"anyOf": [
{
"$ref": "#/definitions/FileFormat.EventedProfile"
},
{
"$ref": "#/definitions/FileFormat.SampledProfile"
}
]
},
"FileFormat.File": {

@@ -38,3 +48,10 @@ "title": "FileFormat.File",

"items": {
"$ref": "#/definitions/FileFormat.EventedProfile"
"anyOf": [
{
"$ref": "#/definitions/FileFormat.EventedProfile"
},
{
"$ref": "#/definitions/FileFormat.SampledProfile"
}
]
},

@@ -77,6 +94,8 @@ "title": "profiles"

"FileFormat.ProfileType": {
"type": "string",
"title": "FileFormat.ProfileType",
"enum": [
"evented"
]
"evented",
"sampled"
],
"type": "string"
},

@@ -88,6 +107,3 @@ "FileFormat.IProfile": {

"type": {
"type": "string",
"enum": [
"evented"
],
"$ref": "#/definitions/FileFormat.ProfileType",
"title": "type"

@@ -151,2 +167,63 @@ }

},
"SampledStack": {
"type": "array",
"items": {
"type": "number"
}
},
"FileFormat.SampledProfile": {
"title": "FileFormat.SampledProfile",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"sampled"
],
"title": "type"
},
"name": {
"type": "string",
"title": "name"
},
"unit": {
"$ref": "#/definitions/FileFormat.ValueUnit",
"title": "unit"
},
"startValue": {
"type": "number",
"title": "startValue"
},
"endValue": {
"type": "number",
"title": "endValue"
},
"samples": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "number"
}
},
"title": "samples"
},
"weights": {
"type": "array",
"items": {
"type": "number"
},
"title": "weights"
}
},
"required": [
"endValue",
"name",
"samples",
"startValue",
"type",
"unit",
"weights"
]
},
"FileFormat.ValueUnit": {

@@ -153,0 +230,0 @@ "title": "FileFormat.ValueUnit",

4

dist/release/release.txt

@@ -1,2 +0,2 @@

Sat Jul 7 23:12:22 PDT 2018
6aa66bead29ed6b1b0cf7446c04bcd791b8a488c
Sat Jul 14 00:38:06 PDT 2018
8fcc0f8108936eb2c036582210cfef0a2d817097
{
"name": "speedscope",
"version": "0.1.2",
"version": "0.2.0",
"description": "",

@@ -19,4 +19,11 @@ "main": "index.js",

},
"files": ["cli.js", "dist/release/**", "!*.map"],
"browserslist": ["last 2 Chrome versions", "last 2 Firefox versions"],
"files": [
"cli.js",
"dist/release/**",
"!*.map"
],
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
],
"author": "",

@@ -52,4 +59,13 @@ "license": "MIT",

"testRegex": "\\.test\\.tsx?$",
"collectCoverageFrom": ["**/*.{ts,tsx}", "!**/*.d.{ts,tsx}"],
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json"]
"collectCoverageFrom": [
"**/*.{ts,tsx}",
"!**/*.d.{ts,tsx}"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
},

@@ -56,0 +72,0 @@ "dependencies": {

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