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 3.4.0 to 3.4.1

2

cjs/index-legacy.js

@@ -5,4 +5,4 @@ "use strict";

exports.process = jest_1.processFactory({}, {
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy')
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy'),
});
//# sourceMappingURL=index-legacy.js.map

@@ -14,3 +14,3 @@ "use strict";

projectRoot: '',
...stylableConfig
...stylableConfig,
},

@@ -17,0 +17,0 @@ // ensure the generated module points to our own @stylable/runtime copy

{
"name": "@stylable/jest",
"version": "3.4.0",
"version": "3.4.1",
"description": "Test your Stylable React components using Jest",

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

"dependencies": {
"@stylable/core": "^3.4.0",
"@stylable/module-utils": "^3.4.0",
"@stylable/runtime": "^3.4.0"
"@stylable/core": "^3.4.1",
"@stylable/module-utils": "^3.4.1",
"@stylable/runtime": "^3.4.1"
},

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

"license": "BSD-3-Clause",
"gitHead": "af5fcd5514c9364e8fdd6fda29585ae4ea1b27e1"
"gitHead": "396407607f59f09f3f07826b6028a6274371db45"
}

@@ -6,4 +6,4 @@ import { processFactory } from './jest';

{
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy')
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy'),
}
);

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

projectRoot: '',
...stylableConfig
...stylableConfig,
},

@@ -19,0 +19,0 @@ // ensure the generated module points to our own @stylable/runtime copy

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