Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pop-n-lock-theme-vscode

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pop-n-lock-theme-vscode - npm Package Compare versions

Comparing version 3.32.7 to 3.32.11

pop-n-lock-theme-vscode-3.32.11.vsix

21

package.json
{
"name": "pop-n-lock-theme-vscode",
"version": "3.32.7",
"version": "3.32.11",
"publisher": "Luxcium",

@@ -13,5 +13,5 @@ "license": "MIT",

"engines": {
"node": ">= 12",
"npm": ">= 6",
"vscode": "^1.51.0"
"node": ">= 14",
"npm": ">= 7",
"vscode": "^1.63.0"
},

@@ -42,6 +42,6 @@ "homepage": "https://github.com/luxcium/pop-n-lock-theme-vscode/#readme",

},
"dependencies": {
"color-convert": "^2.0.1"
},
"dependencies": {},
"devDependencies": {
"color-convert": "^2.0.1",
"typescript": "^4.5.4",
"@types/dotenv": "^8.2.0",

@@ -66,3 +66,3 @@ "@types/express": "^4.17.6",

"mongoose": "^5.9.7",
"npm": "^7.24.2",
"npm": "^8.19.2",
"prettier": "^2.0.4",

@@ -79,4 +79,3 @@ "puppeteer": "^2.1.1",

"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3",
"vsce": "^1.100.1",
"vsce": "^2.11.0",
"vscode-languageclient": "^6.1.3",

@@ -131,3 +130,3 @@ "yarn": "^1.22.15"

],
"configuration": "./src/languages/ts.language-configuration.json"
"configuration": "./src/languages/tsx.language-configuration.json"
},

@@ -134,0 +133,0 @@ {

{
"comments": {
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}", "notIn": ["string", "comment"] },
{ "open": "[", "close": "]", "notIn": ["string", "comment"] },
{ "open": "(", "close": ")", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"folding": {
"markers": {
"start": "^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/",
"end": "^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/"
}
}
"comments": {
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}", "notIn": ["string", "comment"] },
{ "open": "[", "close": "]", "notIn": ["string", "comment"] },
{ "open": "(", "close": ")", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"folding": {
"markers": {
"start": "^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/",
"end": "^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/"
}
}
}

@@ -5,3 +5,6 @@ {

},
"brackets": [["{", "}"], ["(", ")"]],
"brackets": [
["{", "}"],
["(", ")"]
],
"autoClosingPairs": [

@@ -8,0 +11,0 @@ { "open": "{", "close": "}" },

{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
"blockComment": ["/*", "*/"]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
["{", "}"],
["[", "]"],
["(", ")"]
],

@@ -27,14 +15,10 @@ "autoClosingPairs": [

"close": "}",
"in": [
"string"
]
"in": ["string"]
},
// {
// "open": "$",
// "close": "",
// "in": ["string"]
// },
{
"open": "$",
"close": "",
"in": [
"string"
]
},
{
"open": "{",

@@ -54,6 +38,3 @@ "close": "}"

"close": "'",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -63,5 +44,3 @@ {

"close": "\"",
"notIn": [
"string"
]
"notIn": ["string"]
},

@@ -71,6 +50,3 @@ {

"close": "`",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -80,56 +56,18 @@ {

"close": " */",
"notIn": [
"string"
]
"notIn": ["string"]
}
],
"surroundingPairs": [
[
"${",
"}"
],
[
"$",
" "
],
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"'",
"'"
],
[
"\"",
"\""
],
[
"`",
"`"
],
[
"<",
">"
],
[
"/",
"/"
],
[
"*",
"*"
],
[
"/*",
"*/"
]
["${", "}"],
["$", " "],
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"],
["<", ">"],
["/", "/"],
["*", "*"],
["/*", "*/"]
],

@@ -136,0 +74,0 @@ "folding": {

@@ -6,3 +6,6 @@ {

},
"brackets": [["{", "}"], ["[", "]"]],
"brackets": [
["{", "}"],
["[", "]"]
],
"autoClosingPairs": [

@@ -9,0 +12,0 @@ { "open": "{", "close": "}", "notIn": ["string"] },

@@ -6,3 +6,6 @@ {

},
"brackets": [["{", "}"], ["[", "]"]],
"brackets": [
["{", "}"],
["[", "]"]
],
"autoClosingPairs": [

@@ -9,0 +12,0 @@ { "open": "{", "close": "}", "notIn": ["string"] },

{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
"blockComment": ["/*", "*/"]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
["{", "}"],
["[", "]"],
["(", ")"]
],

@@ -27,14 +15,10 @@ "autoClosingPairs": [

"close": "}",
"in": [
"string"
]
"in": ["string"]
},
// {
// "open": "$",
// "close": "",
// "in": ["string"]
// },
{
"open": "$",
"close": "",
"in": [
"string"
]
},
{
"open": "{",

@@ -54,6 +38,3 @@ "close": "}"

"close": "'",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -63,5 +44,3 @@ {

"close": "\"",
"notIn": [
"string"
]
"notIn": ["string"]
},

@@ -71,6 +50,3 @@ {

"close": "`",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -80,56 +56,18 @@ {

"close": " */",
"notIn": [
"string"
]
"notIn": ["string"]
}
],
"surroundingPairs": [
[
"${",
"}"
],
[
"$",
" "
],
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"'",
"'"
],
[
"\"",
"\""
],
[
"`",
"`"
],
[
"<",
">"
],
[
"/",
"/"
],
[
"*",
"*"
],
[
"/*",
"*/"
]
["${", "}"],
["$", " "],
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"],
["<", ">"],
["/", "/"],
["*", "*"],
["/*", "*/"]
],

@@ -136,0 +74,0 @@ "folding": {

{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
"blockComment": ["/*", "*/"]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
["{", "}"],
["[", "]"],
["(", ")"]
],

@@ -27,16 +15,13 @@ "autoClosingPairs": [

"close": "}",
"in": [
"string"
]
"in": ["string"]
},
// {
// "open": "$",
// "close": "",
// "in": ["string"]
// },
{
"open": "$",
"close": "",
"in": [
"string"
]
},
{
"open": "{",
"close": "}"
"close": "}",
"notIn": ["string"]
},

@@ -54,6 +39,3 @@ {

"close": "'",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -63,6 +45,3 @@ {

"close": ">",
"notIn": [
"string",
"comment"
],
"notIn": ["string", "comment"]
},

@@ -72,5 +51,3 @@ {

"close": "\"",
"notIn": [
"string"
]
"notIn": ["string"]
},

@@ -80,6 +57,3 @@ {

"close": "`",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -89,56 +63,18 @@ {

"close": " */",
"notIn": [
"string"
]
"notIn": ["string"]
}
],
"surroundingPairs": [
[
"${",
"}"
],
[
"$",
" "
],
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"'",
"'"
],
[
"\"",
"\""
],
[
"`",
"`"
],
[
"<",
">"
],
[
"/",
"/"
],
[
"*",
"*"
],
[
"/*",
"*/"
]
["${", "}"],
["$", " "],
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"],
["<", ">"],
["/", "/"],
["*", "*"],
["/*", "*/"]
],

@@ -150,3 +86,46 @@ "folding": {

}
},
}
}
/*
{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*ø/" ]
},
"brackets": [
["${", "}"],
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}" },
{ "open": "[", "close": "]" },
{ "open": "(", "close": ")" },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "`", "close": "`", "notIn": ["string", "comment"] },
{ "open": "/**", "close": " *ø/", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"],
["<", ">"]
],
"autoCloseBefore": ";:.,=}])>` \n\t",
"folding": {
"markers": {
"start": "^\\s*ø//\\s*#?region\\b",
"end": "^\\s*ø//\\s*#?endregion\\b"
}
}
}
---
*/
// "start": "^\\s*//\\s*#?[rR]egion\\b",
// "end": "^\\s*//\\s*#?[eE]nd[rR]egion\\b"
{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
"blockComment": ["/*", "*/"]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
["{", "}"],
["[", "]"],
["(", ")"]
],

@@ -27,14 +15,10 @@ "autoClosingPairs": [

"close": "}",
"in": [
"string"
]
"in": ["string"]
},
// {
// "open": "$",
// "close": "",
// "in": ["string"]
// },
{
"open": "$",
"close": "",
"in": [
"string"
]
},
{
"open": "{",

@@ -54,6 +38,3 @@ "close": "}"

"close": "'",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},

@@ -63,5 +44,3 @@ {

"close": "\"",
"notIn": [
"string"
]
"notIn": ["string"]
},

@@ -71,72 +50,31 @@ {

"close": "`",
"notIn": [
"string",
"comment"
]
"notIn": ["string", "comment"]
},
{
"open": "<",
"close": ">",
"notIn": [
"string",
"comment"
],
},
// {
// "open": "<",
// "close": ">",
// "notIn": [
// "string",
// "comment"
// ],
// },
{
"open": "/*",
"close": " */",
"notIn": [
"string"
]
"notIn": ["string"]
}
],
"surroundingPairs": [
[
"${",
"}"
],
[
"$",
" "
],
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"'",
"'"
],
[
"\"",
"\""
],
[
"`",
"`"
],
[
"<",
">"
],
[
"/",
"/"
],
[
"*",
"*"
],
[
"/*",
"*/"
]
["${", "}"],
["$", " "],
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"],
["<", ">"],
["/", "/"],
["*", "*"],
["/*", "*/"]
],

@@ -143,0 +81,0 @@ "folding": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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