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

@envsa/repo-config

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envsa/repo-config - npm Package Compare versions

Comparing version 1.0.0-beta.22 to 1.0.0-beta.23

2

init/.vscode/extensions.json
{
"recommendations": ["svelte.svelte-vscode"]
"recommendations": ["svelte.svelte-vscode", "bradlc.vscode-tailwindcss"]
}

@@ -8,3 +8,15 @@ {

"readme.md": "authors*, backers*, changelog*, citation*, code_of_conduct*, contributing*, contributors*, copying*, credits*, governance*, history*, license*, maintainers*, release_notes*, security*, sponsors*"
}
},
"tailwindCSS.experimental.classRegex": [
[
"compDefaults = \\{([^%]*) %\\}",
":\\s*?[\"'`]([^\"'`]*).*?,?"
] /* compDefaults: { data: { active: "tailwind" }} */,
[
"[\\w]+\\.classList\\.(?:add|remove|replace|toggle)\\([\"'`]([^\"'`]*)[\"'`]\\)"
] /* element.classList.*("tailwind") */
],
"tailwindCSS.classAttributes": [
".*Class.*"
] /* class = "tailwind" && errorClass = "tailwind" etc.. */
}
{
"name": "@envsa/repo-config",
"version": "1.0.0-beta.22",
"version": "1.0.0-beta.23",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Repository configuration and GitHub workflows for @envsa/shared-config.",

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