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

@stylable/core

Package Overview
Dependencies
Maintainers
6
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.6.0 to 5.6.1

2

dist/index-internal.d.ts

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

export { cssParse } from './parser';
export type { OptimizeConfig, IStylableOptimizer } from './types';
export type { OptimizeConfig, IStylableOptimizer, ModuleResolver } from './types';
export { nativePseudoClasses, nativePseudoElements, knownPseudoClassesWithNestedSelectors, } from './native-reserved-lists';

@@ -12,0 +12,0 @@ export { isAsset, makeAbsolute, isRelativeNativeCss, fixRelativeUrls } from './stylable-assets';

{
"name": "@stylable/core",
"version": "5.6.0",
"version": "5.6.1",
"description": "CSS for Components",

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

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

export { cssParse } from './parser';
export type { OptimizeConfig, IStylableOptimizer } from './types';
export type { OptimizeConfig, IStylableOptimizer, ModuleResolver } from './types';
export {

@@ -19,0 +19,0 @@ nativePseudoClasses,

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