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

@fnando/codestyle

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fnando/codestyle - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

jest.js
module.exports = {
roots: ["<rootDir>/src"],
roots: ["<rootDir>/src", "<rootDir>"],
modulePaths: ["src"],

@@ -10,5 +10,3 @@ transform: {

},
testRegex: "^.+\\.(spec|test)\\.[tj]sx?$",
moduleFileExtensions: ["js", "jsx", "ts", "tsx", "json"],
testPathIgnorePatterns: ["/vendor/bundle/"]
testPathIgnorePatterns: ["/vendor/bundle/", "/node_modules/"]
};
{
"name": "@fnando/codestyle",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT"
}
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