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

@lwc/features

Package Overview
Dependencies
Maintainers
12
Versions
598
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/features - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15-alpha1

6

dist/flags.cjs.js

@@ -42,3 +42,3 @@ /**

const hasNativeSymbolsSupport = Symbol('x').toString() === 'Symbol(x)';
/** version: 1.1.13 */
/** version: 1.1.14 */

@@ -59,2 +59,3 @@ /*

if (process.env.NODE_ENV === 'production') {
// eslint-disable-next-line no-console
console.error(message);

@@ -70,2 +71,3 @@ }

else {
// eslint-disable-next-line no-console
console.warn(`LWC feature flag "${name}" is undefined. Possible reasons are that 1) it was misspelled or 2) it was removed from the @lwc/features package.`);

@@ -98,2 +100,2 @@ }

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 1.1.13 */
/** version: 1.1.14 */

@@ -38,3 +38,3 @@ /**

const hasNativeSymbolsSupport = Symbol('x').toString() === 'Symbol(x)';
/** version: 1.1.13 */
/** version: 1.1.14 */

@@ -55,2 +55,3 @@ /*

if (process.env.NODE_ENV === 'production') {
// eslint-disable-next-line no-console
console.error(message);

@@ -66,2 +67,3 @@ }

else {
// eslint-disable-next-line no-console
console.warn(`LWC feature flag "${name}" is undefined. Possible reasons are that 1) it was misspelled or 2) it was removed from the @lwc/features package.`);

@@ -92,2 +94,2 @@ }

export { runtimeFlags, setFeatureFlag, setFeatureFlagForTest };
/** version: 1.1.13 */
/** version: 1.1.14 */
{
"name": "@lwc/features",
"version": "1.1.14",
"version": "1.1.15-alpha1",
"description": "LWC Features Flags",

@@ -19,3 +19,3 @@ "main": "dist/flags.cjs.js",

"devDependencies": {
"@lwc/shared": "1.1.14"
"@lwc/shared": "1.1.15-alpha1"
},

@@ -25,3 +25,3 @@ "publishConfig": {

},
"gitHead": "06d459ee405548109dac28794e092f88975c567a"
"gitHead": "db7d6d146cc4d02cae319f8f4e8a51ed54a7e10a"
}
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