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

@atlaspack/feature-flags

Package Overview
Dependencies
Maintainers
0
Versions
284
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-dev.3567 to 2.13.0

CHANGELOG.md

1

lib/index.js

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

fixQuadraticCacheInvalidation: 'OLD',
fastOptimizeInlineRequires: false,
useLmdbJsLite: false,

@@ -22,0 +21,0 @@ conditionalBundlingApi: false

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

/**
* Enable rust based inline requires optimization
*/
fastOptimizeInlineRequires: boolean;
/**
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax

@@ -39,0 +34,0 @@ * in order to have (consumer) feature flag driven bundling. This feature is very experimental,

{
"name": "@atlaspack/feature-flags",
"version": "2.12.1-dev.3567+c06f4487e",
"version": "2.13.0",
"description": "Provides internal feature-flags for the atlaspack codebase.",

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

"node": ">= 16.0.0"
},
"gitHead": "c06f4487ebddc632957147c8b585a97e149062a1"
}
}

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

fixQuadraticCacheInvalidation: 'OLD',
fastOptimizeInlineRequires: false,
useLmdbJsLite: false,

@@ -18,0 +17,0 @@ conditionalBundlingApi: false,

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

/**
* Enable rust based inline requires optimization
*/
fastOptimizeInlineRequires: boolean,
/**
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax

@@ -34,0 +30,0 @@ * in order to have (consumer) feature flag driven bundling. This feature is very experimental,

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