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

theo

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theo - npm Package Compare versions

Comparing version 0.1.21 to 0.1.22

4

lib/theo.js

@@ -77,4 +77,4 @@ /*

else if(name.indexOf('MEDIUM') !== -1) {return 'm';}
else if(name.indexOf('XX_LARGE') !== -1) {return 'xxl';}
else if(name.indexOf('X_LARGE') !== -1) {return 'xl';}
else if(name.indexOf('XX_LARGE') !== -1) {return 'xx';}
else if(name.indexOf('X_LARGE') !== -1) {return 'x';}
else if(name.indexOf('LARGE') !== -1) {return 'l';}

@@ -81,0 +81,0 @@ else {return 'n';}

{
"name": "theo",
"version": "0.1.21",
"version": "0.1.22",
"description": "Theme tokenizer working with JSON input generating variables for Sass, Stylus, Less, Aura, iOS (plist), Android (XML) and HTML docs.",

@@ -5,0 +5,0 @@ "keywords": [

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