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 4.9.1 to 4.9.2

2

package.json
{
"name": "@stylable/core",
"version": "4.9.1",
"version": "4.9.2",
"description": "CSS for Components",

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

@@ -16,5 +16,5 @@ import postcss, { ProcessOptions, Root, parse as cssParse } from 'postcss';

export function safeParse(css: string, options: ProcessOptions = { from: 'style.css' }): Root {
return safeParser(css, options) as Root;
return safeParser(css, options);
}
export { cssParse };

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