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.1.0 to 2.1.1

3

cjs/generate-test-util.js

@@ -7,2 +7,3 @@ "use strict";

var core_1 = require("@stylable/core");
var path_1 = require("path");
var postcss_1 = __importDefault(require("postcss"));

@@ -42,3 +43,3 @@ function generateInfra(config, diagnostics) {

if (diagnostics === void 0) { diagnostics = new core_1.Diagnostics(); }
if (!core_1.isAbsolute(config.entry || '')) {
if (!path_1.isAbsolute(config.entry || '')) {
throw new Error('entry must be absolute path: ' + config.entry);

@@ -45,0 +46,0 @@ }

{
"name": "@stylable/core-test-kit",
"version": "2.1.0",
"version": "2.1.1",
"description": "Stylable core test-kit",

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

"dependencies": {
"@stylable/core": "^2.1.0",
"@stylable/core": "^2.1.1",
"chai": "^4.2.0",

@@ -35,3 +35,3 @@ "flat": "^4.1.0",

"license": "BSD-3-Clause",
"gitHead": "64960865befc97447931d6b5cd76ee940c18aa51"
"gitHead": "0f3682cc13ba8ba076518f8ecc21bc373a20d61e"
}

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

FileProcessor,
isAbsolute,
postProcessor,

@@ -18,2 +17,3 @@ process,

} from '@stylable/core';
import { isAbsolute } from 'path';
import postcss from 'postcss';

@@ -20,0 +20,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