Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylable/jest

Package Overview
Dependencies
Maintainers
7
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/jest - npm Package Compare versions

Comparing version 4.13.2 to 5.0.0-rc.1

2

dist/jest.d.ts

@@ -8,3 +8,3 @@ import type { StylableConfig } from '@stylable/core';

}
export declare const createTransformer: (options?: StylableJestConfig | undefined) => {
export declare const createTransformer: (options?: StylableJestConfig) => {
process: (source: string, path: string) => string;

@@ -11,0 +11,0 @@ getCacheKey: typeof getCacheKey;

{
"name": "@stylable/jest",
"version": "4.13.2",
"version": "5.0.0-rc.1",
"description": "Test your Stylable React components using Jest",

@@ -10,6 +10,6 @@ "main": "dist/index.js",

"dependencies": {
"@stylable/core": "^4.13.2",
"@stylable/module-utils": "^4.13.2",
"@stylable/node": "^4.13.2",
"@stylable/runtime": "^4.13.2"
"@stylable/core": "^v5.0.0-rc.1",
"@stylable/module-utils": "^v5.0.0-rc.1",
"@stylable/node": "^v5.0.0-rc.1",
"@stylable/runtime": "^v5.0.0-rc.1"
},

@@ -23,3 +23,3 @@ "files": [

"engines": {
"node": ">=12"
"node": ">=14.14.0"
},

@@ -26,0 +26,0 @@ "publishConfig": {

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