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

@perfsee/plugin-utils

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/plugin-utils - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0

6

CHANGELOG.md

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

# [1.0.0](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.4...v1.0.0) (2022-10-18)
### Bug Fixes
- **plugin-utils:** options typo ([4bbeb95](https://github.com/perfsee/perfsee/commit/4bbeb953aaba38792c1b8161acd9e141fc7bbf52))
# [1.0.0-alpha.4](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-09-29)

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

2

dist/options.d.ts

@@ -64,3 +64,3 @@ import { BundleResult } from '@perfsee/bundle-analyzer';

*/
severOptions?: ServerOptions;
serverOptions?: ServerOptions;
/**

@@ -67,0 +67,0 @@ * Authentication token used for uploading build to remote server.

@@ -60,3 +60,3 @@ "use strict";

content: moduleTree,
}, options.severOptions);
}, options.serverOptions);
}

@@ -63,0 +63,0 @@ }

{
"name": "@perfsee/plugin-utils",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"description": "pertsuite plugin utilities",

@@ -24,4 +24,4 @@ "repository": "https://github.com/perfsee/perfsee",

"@msgpack/msgpack": "^2.7.2",
"@perfsee/bundle-analyzer": "1.0.0-alpha.4",
"@perfsee/utils": "1.0.0-alpha.3",
"@perfsee/bundle-analyzer": "1.0.0",
"@perfsee/utils": "1.0.0",
"chalk": "^4.1.2",

@@ -46,3 +46,3 @@ "debug": "4.3.4",

},
"gitHead": "71252e424ebea84ec8b2ca616e545cc1177241c8"
"gitHead": "16ce49447f62f2365d564bf36aaa84fd91469760"
}

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