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

@best/builder

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/builder - npm Package Compare versions

Comparing version 4.0.0-beta9 to 4.1.0

6

build/build-benchmark.js

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

const { gitInfo: { lastCommit: { hash: gitHash }, localChanges } } = globalConfig;
const { projectName, benchmarkOutput, rootDir } = projectConfig;
const { projectName, benchmarkOutput } = projectConfig;
const ext = path_1.default.extname(entry);

@@ -86,4 +86,4 @@ const benchmarkName = path_1.default.basename(entry, ext);

benchmarkName,
benchmarkFolder: path_1.default.relative(rootDir, benchmarkFolder),
benchmarkEntry: path_1.default.relative(rootDir, benchmarkEntry),
benchmarkFolder,
benchmarkEntry,
benchmarkSignature,

@@ -90,0 +90,0 @@ projectConfig,

@@ -7,3 +7,3 @@ {

},
"version": "4.0.0-beta9",
"version": "4.1.0",
"description": "Best build package",

@@ -17,4 +17,4 @@ "keywords": [

"dependencies": {
"@best/runtime": "4.0.0-beta9",
"@best/utils": "4.0.0-beta9",
"@best/runtime": "4.1.0",
"@best/utils": "4.1.0",
"mkdirp": "~0.5.1",

@@ -29,4 +29,3 @@ "ncp": "^2.0.0",

"build/**/*.js"
],
"gitHead": "e6715b73efc2f47459b39a2c956676caf49c5a19"
]
}
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