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.3409 to 2.12.1-canary.3410

1

lib/index.js

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

fastOptimizeInlineRequires: false,
useLmdbJsLite: false,
fastNeedsDefaultInterop: false,

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

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

/**
* Enable Rust based LMDB wrapper library
*/
useLmdbJsLite: boolean;
/**
* Enable rust based inline requires optimization

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

4

package.json
{
"name": "@atlaspack/feature-flags",
"version": "2.12.1-canary.3409+c92275423",
"version": "2.12.1-canary.3410+11a9679ea",
"description": "Provides internal feature-flags for the atlaspack codebase.",

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

},
"gitHead": "c9227542329e4038fc4fdb9661ccff501f946e86"
"gitHead": "11a9679ea386c5e8342aa840646e41e77cbabd92"
}

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

fastOptimizeInlineRequires: false,
useLmdbJsLite: false,
fastNeedsDefaultInterop: false,

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

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

/**
* Enable Rust based LMDB wrapper library
*/
useLmdbJsLite: boolean,
/**
* Enable rust based inline requires optimization

@@ -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