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

perf-cascade

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perf-cascade - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

index.d.ts

2

lib/main.js

@@ -56,1 +56,3 @@ import { createWaterfallSvg } from "./waterfall/svg-chart";

export { setSelectedPageIndex as changePage } from "./paging/paging";
//export typings
export * from "./typing/index.d";

6

package.json
{
"name": "perf-cascade",
"version": "0.2.2",
"version": "0.2.3",
"description": "Har file visualizer",
"main": "./lib/main.js",
"main": "./index.js",
"scripts": {

@@ -29,3 +29,3 @@ "test": "echo \"Error: no test specified\" && exit 1",

},
"types": "./lib/main.d.ts",
"types": "./index.d.ts",
"license": "MIT",

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

@@ -24,1 +24,2 @@ import { Har } from "./typing/har.d";

export { setSelectedPageIndex as changePage } from "./paging/paging";
export * from "./typing/index.d";

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