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.5.0 to 4.5.1

2

dist/matchers/results.js

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

if (!outputAst) {
throw new Error(`expected result to be transfromed - missing outputAst on meta`);
throw new Error(`expected result to be transformed - missing outputAst on meta`);
}

@@ -17,0 +17,0 @@ const nodes = outputAst.nodes;

{
"name": "@stylable/core-test-kit",
"version": "4.5.0",
"version": "4.5.1",
"description": "Stylable core test-kit",

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

"dependencies": {
"@stylable/core": "^4.5.0",
"@stylable/core": "^4.5.1",
"chai": "^4.3.4",
"flat": "^5.0.2",
"postcss": "^8.3.5"
"postcss": "^8.3.6"
},

@@ -31,3 +31,3 @@ "files": [

"author": "Wix.com",
"license": "BSD-3-Clause"
"license": "MIT"
}

@@ -75,2 +75,5 @@ # @stylable/core-test-kit

```css
.my-mixin {
color: blue;
}
/*

@@ -117,2 +120,2 @@ @check[1] .entry__container:hover {color: blue;}

Copyright (c) 2019 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [BSD license](./LICENSE).
Copyright (c) 2019 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [MIT license](./LICENSE).

@@ -21,3 +21,3 @@ import type { StylableResults } from '@stylable/core';

if (!outputAst) {
throw new Error(`expected result to be transfromed - missing outputAst on meta`);
throw new Error(`expected result to be transformed - missing outputAst on meta`);
}

@@ -24,0 +24,0 @@

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