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

@stylable/jest

Package Overview
Dependencies
Maintainers
5
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 2.5.3 to 3.0.0

10

cjs/jest.js

@@ -10,3 +10,11 @@ "use strict";

function processFactory(stylableConfig, factoryOptions) {
return module_utils_1.stylableModuleFactory(Object.assign({ fileSystem: fs_1.default, requireModule: require, projectRoot: '' }, stylableConfig), Object.assign({ runtimePath: stylableRuntimePath }, factoryOptions));
return module_utils_1.stylableModuleFactory({
fileSystem: fs_1.default,
requireModule: require,
projectRoot: '',
...stylableConfig
},
// ensure the generated module points to our own @stylable/runtime copy
// this allows @stylable/jest to be used as part of a globally installed CLI
{ runtimePath: stylableRuntimePath, ...factoryOptions });
}

@@ -13,0 +21,0 @@ exports.processFactory = processFactory;

12

package.json
{
"name": "@stylable/jest",
"version": "2.5.3",
"version": "3.0.0",
"description": "Test your Stylable React components using Jest",

@@ -14,5 +14,5 @@ "main": "cjs/index.js",

"dependencies": {
"@stylable/core": "^2.5.3",
"@stylable/module-utils": "^2.5.3",
"@stylable/runtime": "^2.5.3"
"@stylable/core": "^3.0.0",
"@stylable/module-utils": "^3.0.0",
"@stylable/runtime": "^3.0.0"
},

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

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -33,3 +33,3 @@ "publishConfig": {

"license": "BSD-3-Clause",
"gitHead": "34fda1233d815a4b6729c56f8fccec749335d5e8"
"gitHead": "91b92e8380ec81e5ad6ae4d96625f8d9e972c50d"
}

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