@stylable/core
Advanced tools
Comparing version 3.4.4 to 3.4.5
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
659513
2
+ Addedjest-docblock@26.0.0(transitive)
- Removedjest-docblock@25.3.0(transitive)
Updatedjest-docblock@^26.0.0
Updatedpostcss@^7.0.29
Updatedpostcss-value-parser@^4.1.0