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

@stylable/jest

Package Overview
Dependencies
Maintainers
6
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.0.0-alpha.10 to 4.0.0

dist/index.d.ts

25

package.json
{
"name": "@stylable/jest",
"version": "4.0.0-alpha.10",
"version": "4.0.0",
"description": "Test your Stylable React components using Jest",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf ./cjs",
"build": "ts-build src --cjs",
"test": "mocha \"test/**/*.spec.ts?(x)\"",
"prepack": "yarn build"
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@stylable/core": "^4.0.0-alpha.10",
"@stylable/module-utils": "^4.0.0-alpha.10",
"@stylable/runtime": "^4.0.0-alpha.10"
"@stylable/core": "^4.0.0",
"@stylable/module-utils": "^4.0.0",
"@stylable/runtime": "^4.0.0"
},
"files": [
"cjs",
"src"
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],

@@ -30,4 +28,3 @@ "engines": {

"author": "Wix.com",
"license": "BSD-3-Clause",
"gitHead": "73175a1223e30b7900e26953215abbf9ae297937"
"license": "BSD-3-Clause"
}

@@ -0,0 +0,0 @@ # @stylable/jest

export * from './jest';
import fs from 'fs';
import { StylableConfig } from '@stylable/core';
import type { StylableConfig } from '@stylable/core';
import { Options, stylableModuleFactory } from '@stylable/module-utils';

@@ -4,0 +4,0 @@

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