New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-constants

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-constants - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

index.js

@@ -14,5 +14,4 @@ /**

const pkg = JSON.parse(
fs.readFileSync(
path.resolve(__dirname, '..', '..', './package.json'), 'utf8'));
const pkg = require(
path.resolve(__dirname, '..', '..', './package.json'));

@@ -19,0 +18,0 @@ exports.VERSION = pkg.version;

2

package.json
{
"name": "jest-constants",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js"
}
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