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
595
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.15 to 1.1.16-alpha1

6

dist/flags.cjs.js

@@ -35,3 +35,3 @@ /**

*/
/**
/*
* In IE11, symbols are expensive.

@@ -43,3 +43,3 @@ * Due to the nature of the symbol polyfill. This method abstract the

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

@@ -99,2 +99,2 @@ /*

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

@@ -31,3 +31,3 @@ /**

*/
/**
/*
* In IE11, symbols are expensive.

@@ -39,3 +39,3 @@ * Due to the nature of the symbol polyfill. This method abstract the

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

@@ -93,2 +93,2 @@ /*

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

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

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

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

},
"gitHead": "db7d6d146cc4d02cae319f8f4e8a51ed54a7e10a"
"gitHead": "07f1574fa5fd6dbe84720b000d3573fb0dc3725b"
}
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