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

@studyportals/code-style

Package Overview
Dependencies
Maintainers
13
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/code-style - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

examples/typescript.ts

1

.eslintrc.js

@@ -56,3 +56,2 @@ //http://eslint.org/docs/rules/

"eslint-plugin-prefer-arrow",
"@typescript-eslint",
"@typescript-eslint/tslint"

@@ -59,0 +58,0 @@ ],

{
"name": "@studyportals/code-style",
"version": "1.5.0",
"version": "1.6.0",
"description": "Default linting configurations for the Studyportals repositories",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npx eslint ./"
},

@@ -28,11 +28,13 @@ "repository": {

"homepage": "https://github.com/studyportals/CodeStyle#readme",
"peerDependencies": {
"eslint": "5.7.0",
"tslint": "5.9.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin-tslint": "^4.6.0",
"eslint-plugin-jsdoc": "^30.7.6",
"eslint-plugin-prefer-arrow": "^1.2.2"
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.0.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"tslint": "^6.1.3",
"typescript": "^4.6.2"
}
}

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