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 3.11.7 to 3.11.8

2

cjs/parser.d.ts
import { ProcessOptions, Root } from 'postcss';
import { CSSObject } from './types';
export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): import("postcss/lib/lazy-result").default;
export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): import("postcss").LazyResult;
export declare type CssParser = typeof safeParse;
export declare function safeParse(css: string, options?: ProcessOptions): Root;
//# sourceMappingURL=parser.d.ts.map
{
"name": "@stylable/core",
"version": "3.11.7",
"version": "3.11.8",
"description": "CSS for Components",

@@ -23,3 +23,3 @@ "main": "./cjs/index.js",

"murmurhash": "^1.0.0",
"postcss": "^8.1.9",
"postcss": "^8.1.10",
"postcss-js": "^3.0.3",

@@ -26,0 +26,0 @@ "postcss-nested": "^5.0.1",

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