Socket
Socket
Sign inDemoInstall

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.0.1 to 0.0.2

2

lib/theo.js

@@ -86,3 +86,3 @@ /*

var filename = path.basename(files[i], '.json') + getExtensionByType(type);
fs.writeFileSync('./dist/' + filename, result);
fs.writeFileSync(destination + '/' + filename, result);
}

@@ -89,0 +89,0 @@ }

{
"name": "theo",
"version": "0.0.1",
"version": "0.0.2",
"description": "Theme tokenizer working with JSON input generating variables for Sass, Stylus, Less and Aura",

@@ -27,6 +27,6 @@ "keywords": [

"dependencies": {
"handlebars": "~1.3.0",
"coffee-script": "~1.7.1"
"handlebars": "~1.3.0"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "~1.17.1",

@@ -33,0 +33,0 @@ "should": "*"

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