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 6.0.0-rc.3 to 6.0.0

3

dist/match-rules.js

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

function matchRuleAndDeclaration(parent, selectorIndex, selector, decl, msg) {
if (!parent.nodes) {
throw new Error(`${msg ? msg + ' ' : ''}expected nested nodes`);
}
const rule = parent.nodes[selectorIndex];

@@ -7,0 +10,0 @@ if (rule.selector !== selector) {

2

dist/native-temp-dir.d.ts

@@ -5,5 +5,5 @@ import type { IDirectoryContents, IFileSystem } from '@file-services/types';

remove: () => void;
setContent: (content: IDirectoryContents) => void;
setContent: (content: IDirectoryContents<string>) => void;
};
export declare function copyDirectory(fs: IFileSystem, targetPath: string, content: IDirectoryContents): void;
//# sourceMappingURL=native-temp-dir.d.ts.map
{
"name": "@stylable/core-test-kit",
"version": "6.0.0-rc.3",
"version": "6.0.0",
"description": "Stylable core test-kit",

@@ -10,7 +10,7 @@ "main": "dist/index.js",

"dependencies": {
"@file-services/memory": "^8.3.3",
"@stylable/core": "^6.0.0-rc.3",
"@file-services/memory": "^9.0.0",
"@stylable/core": "^6.0.0",
"chai": "^4.3.10",
"flat": "^5.0.2",
"postcss": "^8.4.33"
"postcss": "^8.4.35"
},

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

@@ -10,2 +10,5 @@ import type * as postcss from 'postcss';

) {
if (!parent.nodes) {
throw new Error(`${msg ? msg + ' ' : ''}expected nested nodes`);
}
const rule = parent.nodes[selectorIndex] as postcss.Rule;

@@ -12,0 +15,0 @@ if (rule.selector !== selector) {

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