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.3.1-alpha.1 to 2.3.1

3

cjs/index-legacy.js

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

exports.process = jest_1.processFactory({}, {
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy'),
legacyRuntime: true
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy')
});
//# sourceMappingURL=index-legacy.js.map
{
"name": "@stylable/jest",
"version": "2.3.1-alpha.1",
"version": "2.3.1",
"description": "Test your Stylable React components using Jest",

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

"dependencies": {
"@stylable/core": "^2.3.1-alpha.0",
"@stylable/module-utils": "^2.3.1-alpha.0",
"@stylable/runtime": "^2.3.1-alpha.0"
"@stylable/core": "^2.3.1",
"@stylable/module-utils": "^2.3.1",
"@stylable/runtime": "^2.3.1"
},

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

"license": "BSD-3-Clause",
"gitHead": "a5787185832344c7629e820404656f32c87dfd50"
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f"
}

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

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

Sorry, the diff of this file is not supported yet

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