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.7 to 0.0.8

jest.js

2

package.json
{
"name": "@fnando/codestyle",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT"
}

@@ -15,4 +15,3 @@ # @fnando/codestyle

- `@fnando/codestyle`: the base file
- `@fnando/codestyle/react`: a React configuration that extends the base file.
- `@fnando/codestyle`: the base file, which covers regular TypeScript, as well as React's.
- `@fnando/codestyle/react-native`: a React Native configuration that extends the base file.

@@ -19,0 +18,0 @@

@@ -5,5 +5,9 @@ {

"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "../../../es6",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react",
"lib": ["dom", "dom.iterable", "esnext"],
"moduleResolution": "node",

@@ -18,11 +22,13 @@ "newLine": "lf",

"noUnusedParameters": true,
"outDir": "../../../es6",
"pretty": true,
"removeComments": true,
"resolveJsonModule": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"stripInternal": true
"stripInternal": true,
"target": "es6"
}
}
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