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
5
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 2.3.1 to 2.3.2

2

cjs/generate-test-util.d.ts

@@ -36,4 +36,4 @@ import { Diagnostics, FileProcessor, postProcessor, processNamespace, replaceValueHook, Stylable, StylableMeta, StylableResolver, StylableResults, StylableTransformer } from '@stylable/core';

export declare function generateStylableRoot(config: Config): postcss.Root;
export declare function generateStylableExports(config: Config): import("../../core/src/stylable-transformer").StylableExports;
export declare function generateStylableExports(config: Config): import("../../core/src").StylableExports;
export declare function createStylableInstance(config: Config): Stylable;
//# sourceMappingURL=generate-test-util.d.ts.map
{
"name": "@stylable/core-test-kit",
"version": "2.3.1",
"version": "2.3.2",
"description": "Stylable core test-kit",

@@ -14,11 +14,10 @@ "main": "./cjs/index.js",

"dependencies": {
"@stylable/core": "^2.3.1",
"@stylable/core": "^2.3.2",
"chai": "^4.2.0",
"flat": "^4.1.0",
"postcss": "^7.0.18"
"flat": "^5.0.0",
"postcss": "^7.0.21"
},
"files": [
"cjs",
"src",
"!src/tsconfig.json"
"src"
],

@@ -35,3 +34,3 @@ "engines": {

"license": "BSD-3-Clause",
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f"
"gitHead": "aa79998a8378f074a431aeea44c60d0e33531293"
}

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