Socket
Socket
Sign inDemoInstall

@swc/jest

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/jest - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

13

package.json
{
"name": "@swc/jest",
"version": "0.2.9",
"version": "0.2.10",
"description": "swc integration for jest",

@@ -8,4 +8,5 @@ "main": "index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "tsc"
"build": "tsc",
"test": "npm test --workspaces",
"prepublishOnly": "npm run build"
},

@@ -37,3 +38,9 @@ "keywords": [],

"index.js"
],
"engines": {
"npm": "^8.0.0"
},
"workspaces": [
"examples/*"
]
}
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