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

@atlaspack/feature-flags

Package Overview
Dependencies
Maintainers
0
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/feature-flags - npm Package Compare versions

Comparing version 2.12.1-canary.3405 to 2.12.1-canary.3406

1

lib/index.js

@@ -16,2 +16,3 @@ "use strict";

importRetry: false,
fastOptimizeInlineRequires: false,
fastNeedsDefaultInterop: false,

@@ -18,0 +19,0 @@ ownedResolverStructures: false

@@ -21,2 +21,7 @@ export type FeatureFlags = {

/**
* Enable rust based inline requires optimization
*/
fastOptimizeInlineRequires: boolean;
/**
* Enable fast path for needsDefaultInterop.

@@ -23,0 +28,0 @@ *

4

package.json
{
"name": "@atlaspack/feature-flags",
"version": "2.12.1-canary.3405+e0110f1d8",
"version": "2.12.1-canary.3406+3f272b43c",
"description": "Provides internal feature-flags for the atlaspack codebase.",

@@ -23,3 +23,3 @@ "license": "MIT",

},
"gitHead": "e0110f1d8f1647eee3086a4ac49a0ffc1c3edb0f"
"gitHead": "3f272b43c6222ff13100e5f3f927fc0c39418b41"
}

@@ -13,2 +13,3 @@ // @flow strict

importRetry: false,
fastOptimizeInlineRequires: false,
fastNeedsDefaultInterop: false,

@@ -15,0 +16,0 @@ ownedResolverStructures: false,

@@ -19,2 +19,6 @@ // @flow strict

/**
* Enable rust based inline requires optimization
*/
fastOptimizeInlineRequires: boolean,
/**
* Enable fast path for needsDefaultInterop.

@@ -21,0 +25,0 @@ *

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