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.4.4 to 3.4.5

4

cjs/cached-process-file.d.ts

@@ -12,4 +12,4 @@ export declare type processFn<T> = (fullpath: string, content: string) => T;

};
readFileSync: (fullpath: string, encoding: string) => string;
readlinkSync(path: string, ...args: any[]): string;
readFileSync: (fullpath: string, encoding: 'utf8') => string;
readlinkSync(path: string): string;
}

@@ -16,0 +16,0 @@ export interface FileProcessor<T> {

{
"name": "@stylable/core",
"version": "3.4.4",
"version": "3.4.5",
"description": "CSS for Components",

@@ -19,7 +19,7 @@ "main": "./cjs/index.js",

"is-vendor-prefixed": "^3.3.1",
"jest-docblock": "^25.3.0",
"jest-docblock": "^26.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.clonedeepwith": "^4.5.0",
"murmurhash": "^1.0.0",
"postcss": "^7.0.27",
"postcss": "^7.0.29",
"postcss-js": "^2.0.3",

@@ -29,3 +29,3 @@ "postcss-nested": "^4.2.1",

"postcss-selector-matches": "^4.0.0",
"postcss-value-parser": "^4.0.3",
"postcss-value-parser": "^4.1.0",
"url-regex": "^5.0.0"

@@ -48,4 +48,3 @@ },

"author": "Wix.com",
"license": "BSD-3-Clause",
"gitHead": "b4812c51b6cf315b59069ae9f403972518d0b24c"
"license": "BSD-3-Clause"
}

@@ -10,4 +10,4 @@ export type processFn<T> = (fullpath: string, content: string) => T;

statSync: (fullpath: string) => { mtime: Date };
readFileSync: (fullpath: string, encoding: string) => string;
readlinkSync(path: string, ...args: any[]): string;
readFileSync: (fullpath: string, encoding: 'utf8') => string;
readlinkSync(path: string): string;
}

@@ -14,0 +14,0 @@

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