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
7
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 4.10.4 to 4.11.0

3

dist/test-stylable-core.js

@@ -59,2 +59,5 @@ "use strict";

const requireModule = (id) => {
if (id === '@stylable/core') {
return require(id);
}
const _module = {

@@ -61,0 +64,0 @@ id,

6

package.json
{
"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

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