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.5.3 to 3.0.0

10

package.json
{
"name": "@stylable/core-test-kit",
"version": "2.5.3",
"version": "3.0.0",
"description": "Stylable core test-kit",

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

"dependencies": {
"@stylable/core": "^2.5.3",
"@stylable/core": "^3.0.0",
"chai": "^4.2.0",
"flat": "^5.0.0",
"postcss": "^7.0.23"
"postcss": "^7.0.24"
},

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

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -35,3 +35,3 @@ "publishConfig": {

"license": "BSD-3-Clause",
"gitHead": "34fda1233d815a4b6729c56f8fccec749335d5e8"
"gitHead": "91b92e8380ec81e5ad6ae4d96625f8d9e972c50d"
}

@@ -105,3 +105,3 @@ import { Diagnostics, process, safeParse, StylableMeta, StylableResults } from '@stylable/core';

expect(report.message).to.equal(expectedWarning.message);
if (!expectedWarning.skipLocationCheck) {

@@ -108,0 +108,0 @@ expect(report.node.source!.start).to.eql(locations[path].start);

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