@stylable/core-test-kit
Advanced tools
Comparing version 4.10.4 to 4.11.0
@@ -59,2 +59,5 @@ "use strict"; | ||
const requireModule = (id) => { | ||
if (id === '@stylable/core') { | ||
return require(id); | ||
} | ||
const _module = { | ||
@@ -61,0 +64,0 @@ id, |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "4.10.4", | ||
"version": "4.11.0", | ||
"description": "Stylable core test-kit", | ||
@@ -11,6 +11,6 @@ "main": "dist/index.js", | ||
"@file-services/memory": "^5.7.1", | ||
"@stylable/core": "^4.10.4", | ||
"@stylable/core": "^4.11.0", | ||
"chai": "^4.3.6", | ||
"flat": "^5.0.2", | ||
"postcss": "^8.4.7" | ||
"postcss": "^8.4.12" | ||
}, | ||
@@ -17,0 +17,0 @@ "files": [ |
@@ -79,2 +79,6 @@ import { testInlineExpects } from './inline-expectation'; | ||
const requireModule = (id: string): any => { | ||
if (id === '@stylable/core') { | ||
return require(id); | ||
} | ||
const _module = { | ||
@@ -81,0 +85,0 @@ id, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148103
2362
2
Updated@stylable/core@^4.11.0
Updatedpostcss@^8.4.12