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
258
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.3425 to 2.12.1-canary.3426

1

lib/index.js

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

importRetry: false,
fixQuadraticCacheInvalidation: false,
fastOptimizeInlineRequires: false,

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

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

/**
* Fixes quadratic cache invalidation issue
*/
fixQuadraticCacheInvalidation: boolean;
/**
* Enable rust based inline requires optimization

@@ -28,0 +33,0 @@ */

4

package.json
{
"name": "@atlaspack/feature-flags",
"version": "2.12.1-canary.3425+9f7376c6c",
"version": "2.12.1-canary.3426+9ec24d923",
"description": "Provides internal feature-flags for the atlaspack codebase.",

@@ -23,3 +23,3 @@ "license": "(MIT OR Apache-2.0)",

},
"gitHead": "9f7376c6cf799896a0789ab66f1cc253f2464991"
"gitHead": "9ec24d923e4361f97bcc64c967c066fbebb7f4b4"
}

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

importRetry: false,
fixQuadraticCacheInvalidation: false,
fastOptimizeInlineRequires: false,

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

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

/**
* Fixes quadratic cache invalidation issue
*/
fixQuadraticCacheInvalidation: boolean,
/**
* Enable rust based inline requires optimization

@@ -25,0 +29,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