Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylable/language-service

Package Overview
Dependencies
Maintainers
6
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/language-service - npm Package Compare versions

Comparing version 5.7.0 to 5.7.1

4

dist/lib-new/features/ls-css-pseudo-class.js

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

const index_internal_1 = require("@stylable/core/dist/index-internal");
const node_path_1 = __importDefault(require("node:path"));
const path_1 = __importDefault(require("path"));
const completion_types_1 = require("../../lib/completion-types");

@@ -107,3 +107,3 @@ function getCompletions(context) {

}
let relPath = node_path_1.default.relative(node_path_1.default.dirname(originMeta.source), defMeta.source);
let relPath = path_1.default.relative(path_1.default.dirname(originMeta.source), defMeta.source);
if (!relPath.startsWith('.')) {

@@ -110,0 +110,0 @@ relPath = './' + relPath;

{
"name": "@stylable/language-service",
"version": "5.7.0",
"version": "5.7.1",
"description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.",

@@ -16,4 +16,4 @@ "main": "dist/index.js",

"@file-services/typescript": "^7.2.3",
"@stylable/code-formatter": "^5.7.0",
"@stylable/core": "^5.7.0",
"@stylable/code-formatter": "^5.7.1",
"@stylable/core": "^5.7.1",
"@tokey/core": "^1.3.0",

@@ -20,0 +20,0 @@ "@tokey/css-selector-parser": "^0.6.1",

@@ -11,3 +11,3 @@ import type { CSSResolve, StylableMeta } from '@stylable/core';

import type { ImmutableSelectorNode } from '@tokey/css-selector-parser';
import path from 'node:path';
import path from 'path';
import {

@@ -14,0 +14,0 @@ Completion,

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