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

@stylable/core-test-kit

Package Overview
Dependencies
Maintainers
6
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/core-test-kit - npm Package Compare versions

Comparing version 5.16.1 to 5.17.0

4

dist/generate-test-util.js

@@ -70,3 +70,5 @@ "use strict";

function processSource(source, options = {}, resolveNamespace) {
return new index_internal_1.StylableProcessor(new core_1.Diagnostics(), resolveNamespace).process(postcss.parse(source, options));
return new index_internal_1.StylableProcessor(new core_1.Diagnostics(), resolveNamespace, {
...index_internal_1.defaultFeatureFlags,
}).process(postcss.parse(source, options));
}

@@ -73,0 +75,0 @@ exports.processSource = processSource;

{
"name": "@stylable/core-test-kit",
"version": "5.16.1",
"version": "5.17.0",
"description": "Stylable core test-kit",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"@file-services/memory": "^8.3.1",
"@stylable/core": "^5.16.1",
"@stylable/core": "^5.17.0",
"chai": "^4.3.10",

@@ -14,0 +14,0 @@ "flat": "^5.0.2",

@@ -18,2 +18,3 @@ import {

replaceValueHook,
defaultFeatureFlags,
} from '@stylable/core/dist/index-internal';

@@ -111,5 +112,5 @@ import { isAbsolute } from 'path';

) {
return new StylableProcessor(new Diagnostics(), resolveNamespace).process(
postcss.parse(source, options)
);
return new StylableProcessor(new Diagnostics(), resolveNamespace, {
...defaultFeatureFlags,
}).process(postcss.parse(source, options));
}

@@ -116,0 +117,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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