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

@stylable/core

Package Overview
Dependencies
Maintainers
7
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/core - npm Package Compare versions

Comparing version 5.0.0-rc.1 to 5.0.0-rc.2

1

dist/index-internal.d.ts

@@ -27,5 +27,4 @@ export { safeParse } from './parser';

export { systemValidators } from './state-validators';
export { processDeclarationFunctions } from './process-declaration-functions';
export { DiagnosticBase } from './diagnostics';
export { getAstNodeAt } from './helpers/ast';
//# sourceMappingURL=index-internal.d.ts.map

4

dist/index-internal.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAstNodeAt = exports.processDeclarationFunctions = exports.systemValidators = exports.createCustomValue = exports.pseudoStates = exports.packageNamespaceFactory = exports.createDefaultResolver = exports.createStylableFileProcessor = exports.cachedProcessFile = exports.StylableResolver = exports.reportDiagnostic = exports.emitDiagnostics = exports.namespaceDelimiter = exports.namespace = exports.makeAbsolute = exports.isAsset = exports.knownPseudoClassesWithNestedSelectors = exports.nativePseudoElements = exports.nativePseudoClasses = exports.cssParse = exports.murmurhash3_32_gc = exports.STCustomSelector = exports.transformerDiagnostics = exports.StylableTransformer = exports.StylableProcessor = exports.processorDiagnostics = exports.safeParse = void 0;
exports.getAstNodeAt = exports.systemValidators = exports.createCustomValue = exports.pseudoStates = exports.packageNamespaceFactory = exports.createDefaultResolver = exports.createStylableFileProcessor = exports.cachedProcessFile = exports.StylableResolver = exports.reportDiagnostic = exports.emitDiagnostics = exports.namespaceDelimiter = exports.namespace = exports.makeAbsolute = exports.isAsset = exports.knownPseudoClassesWithNestedSelectors = exports.nativePseudoElements = exports.nativePseudoClasses = exports.cssParse = exports.murmurhash3_32_gc = exports.STCustomSelector = exports.transformerDiagnostics = exports.StylableTransformer = exports.StylableProcessor = exports.processorDiagnostics = exports.safeParse = void 0;
var parser_1 = require("./parser");

@@ -53,4 +53,2 @@ Object.defineProperty(exports, "safeParse", { enumerable: true, get: function () { return parser_1.safeParse; } });

Object.defineProperty(exports, "systemValidators", { enumerable: true, get: function () { return state_validators_1.systemValidators; } });
var process_declaration_functions_1 = require("./process-declaration-functions");
Object.defineProperty(exports, "processDeclarationFunctions", { enumerable: true, get: function () { return process_declaration_functions_1.processDeclarationFunctions; } });
var diagnostics_1 = require("./diagnostics");

@@ -57,0 +55,0 @@ var ast_1 = require("./helpers/ast");

{
"name": "@stylable/core",
"version": "5.0.0-rc.1",
"version": "5.0.0-rc.2",
"description": "CSS for Components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -49,4 +49,3 @@ export { safeParse } from './parser';

export { systemValidators } from './state-validators';
export { processDeclarationFunctions } from './process-declaration-functions';
export { DiagnosticBase } from './diagnostics';
export { getAstNodeAt } from './helpers/ast';

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