Socket
Socket
Sign inDemoInstall

stylable

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylable - npm Package Compare versions

Comparing version 4.0.22 to 4.0.23

3

dist/src/stylable-processor.d.ts

@@ -85,4 +85,5 @@ import * as postcss from 'postcss';

mappedSymbols: Stylable.Pojo<StylableSymbol>;
customSelectors: Stylable.Pojo<string>;
diagnostics: Diagnostics;
customSelectors: Stylable.Pojo<string>;
transformDiagnostics: Diagnostics | null;
}

@@ -89,0 +90,0 @@ export interface RefedMixin {

@@ -43,3 +43,4 @@ "use strict";

customSelectors: {},
diagnostics: diagnostics
diagnostics: diagnostics,
transformDiagnostics: null
};

@@ -46,0 +47,0 @@ var _a, _b, _c;

@@ -40,9 +40,3 @@ "use strict";

this.exportKeyframes(keyframeMapping, metaExports);
//applyMixins() DONE!
//applyVariants()
//applyVars() DONE!
//scopeSelectors() DONE!
//scopeKeyframes() DONE!
//handleAtMediaValue() DONE!
//createExports() DONE!
meta.transformDiagnostics = this.diagnostics;
return {

@@ -49,0 +43,0 @@ meta: meta,

{
"name": "stylable",
"version": "4.0.22",
"version": "4.0.23",
"description": "CSS for Components",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -44,3 +44,4 @@ import * as postcss from 'postcss';

customSelectors: {},
diagnostics
diagnostics,
transformDiagnostics: null
};

@@ -522,4 +523,5 @@

mappedSymbols: Stylable.Pojo<StylableSymbol>;
customSelectors: Stylable.Pojo<string>;
diagnostics: Diagnostics;
customSelectors: Stylable.Pojo<string>;
transformDiagnostics: Diagnostics | null;
}

@@ -526,0 +528,0 @@

@@ -60,3 +60,3 @@ import * as postcss from 'postcss';

const ast = meta.outputAst = meta.ast.clone();
const metaExports: Stylable.Pojo<string> = {};

@@ -89,9 +89,4 @@

//applyMixins() DONE!
//applyVariants()
//applyVars() DONE!
//scopeSelectors() DONE!
//scopeKeyframes() DONE!
//handleAtMediaValue() DONE!
//createExports() DONE!
meta.transformDiagnostics = this.diagnostics;
return {

@@ -98,0 +93,0 @@ meta,

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