New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@best/runtime

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/runtime - npm Package Compare versions

Comparing version 4.0.0-alpha8 to 4.0.0-alpha9

LICENSE

6

dist/constants.js

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
const BEFORE_ALL = 'beforeAll';

@@ -2,0 +8,0 @@ const BEFORE = 'before';

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { initializeBenchmarkConfig, getBenckmarkState } from './state';

@@ -2,0 +8,0 @@ import { runBenchmark as _runBenchmark } from './runner';

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { makeDescribe, makeBenchmark, makeBenchmarkRun } from './utils/primitives-nodes';

@@ -2,0 +8,0 @@ const handler = (event, state) => {

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { dispatch } from './state';

@@ -2,0 +8,0 @@ import { HOOKS, RUN_BENCHMARK, MODES } from './constants';

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
export function normalizeResults(benchmarkState) {

@@ -2,0 +8,0 @@ const { benchmarkName, executedIterations, executedTime: aggregate, results } = benchmarkState;

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { raf, time, nextTick, withMacroTask, formatTime } from './utils/timers';

@@ -2,0 +8,0 @@ import { HOOKS } from './constants';

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { getBenchmarkRootNode } from './state';

@@ -2,0 +8,0 @@ import { runBenchmarkIteration } from './run_iteration';

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import primitivesHandler from './primitives-handler';

@@ -2,0 +8,0 @@ import { makeDescribe } from './utils/primitives-nodes';

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
export default function cloneState(obj) {

@@ -2,0 +8,0 @@ const stateClone = Object.assign({}, obj);

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
export default Object.freeze({

@@ -2,0 +8,0 @@ benchmarkName: "",

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { RUN_BENCHMARK } from '../constants';

@@ -2,0 +8,0 @@ export const makeDescribe = (name, parent, mode) => ({

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
/*
* This code is a slight modification of VueJS next-tick

@@ -3,0 +9,0 @@ * https://github.com/vuejs/vue/blob/dev/src/core/util/next-tick.js

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
export function validateState(benchmarkState) {

@@ -2,0 +8,0 @@ const { rootDescribeBlock, currentDescribeBlock, benchmarkDefinitionError } = benchmarkState;

4

package.json

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

},
"version": "4.0.0-alpha8",
"version": "4.0.0-alpha9",
"description": "Best Runtime",

@@ -20,3 +20,3 @@ "keywords": [

],
"gitHead": "4d0c42f121a7ac6b8b26079579519d216f8b2751"
"gitHead": "6b3e5ae79feebd37eece19a9b6bc6b2d8e897d59"
}
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