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 3.11.1 to 3.11.2

2

cjs/generate-test-util.js

@@ -31,3 +31,3 @@ "use strict";

return meta;
}, undefined, undefined, undefined, undefined, diagnostics);
}, undefined, undefined, undefined, undefined, () => diagnostics);
const resolver = new core_1.StylableResolver(fileProcessor, requireModule);

@@ -34,0 +34,0 @@ return { resolver, requireModule, fileProcessor };

{
"name": "@stylable/core-test-kit",
"version": "3.11.1",
"version": "3.11.2",
"description": "Stylable core test-kit",

@@ -13,6 +13,6 @@ "main": "./cjs/index.js",

"dependencies": {
"@stylable/core": "^3.11.1",
"@stylable/core": "^3.11.2",
"chai": "^4.2.0",
"flat": "^5.0.2",
"postcss": "^8.0.8"
"postcss": "^8.1.1"
},

@@ -19,0 +19,0 @@ "files": [

@@ -62,3 +62,3 @@ import {

undefined,
diagnostics
() => diagnostics
);

@@ -65,0 +65,0 @@ const resolver = new StylableResolver(fileProcessor, requireModule);

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