Socket
Socket
Sign inDemoInstall

sparser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparser - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

test/samples_code/script/language-typescript_generics_spaces.txt

2

js/website.js

@@ -19,3 +19,3 @@ /*eslint-env browser*/

svg_right.style.height = `${height}em`;
svg_right.style.backgroundPositionX = `-${wscale}em`;
svg_right.style.backgroundPositionX = `-${wscale + 2}em`;
screen.style.height = `${height}em`;

@@ -22,0 +22,0 @@ screen.style.width = `${width}em`;

@@ -39,3 +39,3 @@ {

},
"version": "1.4.8"
"version": "1.4.9"
}

@@ -8,3 +8,3 @@ # Sparser - https://sparser.io

## Version 1.4.8
## Version 1.4.9
Play around with this application [in your browser](https://sparser/demo/).

@@ -11,0 +11,0 @@

@@ -27,10 +27,10 @@ [

{"begin":-1,"ender":-1,"lexer":"script","lines":1,"stack":"global","token":"=>","types":"operator"},
{"begin":-1,"ender":52,"lexer":"script","lines":1,"stack":"global","token":"(","types":"start"},
{"begin":25,"ender":51,"lexer":"markup","lines":2,"stack":"paren","token":"<button>","types":"start"},
{"begin":-1,"ender":53,"lexer":"script","lines":1,"stack":"global","token":"(","types":"start"},
{"begin":25,"ender":52,"lexer":"markup","lines":2,"stack":"paren","token":"<button>","types":"start"},
{"begin":26,"ender":29,"lexer":"markup","lines":2,"stack":"button","token":"{","types":"script_start"},
{"begin":27,"ender":29,"lexer":"script","lines":1,"stack":"script","token":"children","types":"word"},
{"begin":27,"ender":29,"lexer":"markup","lines":1,"stack":"script","token":"}","types":"script_end"},
{"begin":26,"ender":50,"lexer":"markup","lines":2,"stack":"button","token":"<style>","types":"start"},
{"begin":30,"ender":50,"lexer":"markup","lines":1,"stack":"style","token":"jsx","types":"attribute"},
{"begin":30,"ender":49,"lexer":"markup","lines":0,"stack":"style","token":"{","types":"script_start"},
{"begin":26,"ender":51,"lexer":"markup","lines":2,"stack":"button","token":"<style>","types":"start"},
{"begin":30,"ender":51,"lexer":"markup","lines":1,"stack":"style","token":"jsx","types":"attribute"},
{"begin":30,"ender":50,"lexer":"markup","lines":0,"stack":"style","token":"{","types":"script_start"},
{"begin":32,"ender":37,"lexer":"script","lines":0,"stack":"script","token":"`\n button {\n padding: ${","types":"template_string_start"},

@@ -52,7 +52,8 @@ {"begin":33,"ender":37,"lexer":"script","lines":1,"stack":"template_string","token":"spacing","types":"word"},

{"begin":41,"ender":48,"lexer":"script","lines":1,"stack":"template_string","token":"};\n }\n `","types":"template_string_end"},
{"begin":32,"ender":49,"lexer":"markup","lines":0,"stack":"script","token":"}","types":"script_end"},
{"begin":30,"ender":50,"lexer":"markup","lines":0,"stack":"style","token":"</style>","types":"end"},
{"begin":26,"ender":51,"lexer":"markup","lines":2,"stack":"button","token":"</button>","types":"end"},
{"begin":25,"ender":52,"lexer":"script","lines":2,"stack":"paren","token":")","types":"end"},
{"begin":32,"ender":50,"lexer":"script","lines":0,"stack":"script","token":"x;","types":"separator"},
{"begin":32,"ender":50,"lexer":"markup","lines":0,"stack":"script","token":"}","types":"script_end"},
{"begin":30,"ender":51,"lexer":"markup","lines":0,"stack":"style","token":"</style>","types":"end"},
{"begin":26,"ender":52,"lexer":"markup","lines":2,"stack":"button","token":"</button>","types":"end"},
{"begin":25,"ender":53,"lexer":"script","lines":2,"stack":"paren","token":")","types":"end"},
{"begin":-1,"ender":-1,"lexer":"script","lines":0,"stack":"global","token":"x;","types":"separator"}
]

@@ -30,3 +30,3 @@ /*eslint-env browser*/

svg_right.style.height = `${height}em`;
svg_right.style.backgroundPositionX = `-${wscale}em`;
svg_right.style.backgroundPositionX = `-${wscale + 2}em`;
screen.style.height = `${height}em`;

@@ -33,0 +33,0 @@ screen.style.width = `${width}em`;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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