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

theo

Package Overview
Dependencies
Maintainers
3
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 6.0.0-beta.1 to 6.0.0-beta.2

6

lib/formats/aura.tokens.js

@@ -11,5 +11,5 @@ // Copyright (c) 2015-present, salesforce.com, inc. All rights reserved

'aura:tokens': [{
_attr: {
extends: def.get('auraExtends', null)
}
_attr: Immutable.Map({
extends: def.get('auraExtends')
}).filter(attr => typeof attr !== 'undefined').toJS()
}]

@@ -16,0 +16,0 @@ .concat(

{
"name": "theo",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"license": "BSD-3-Clause",

@@ -5,0 +5,0 @@ "description": "Design Tokens formatter",

@@ -106,8 +106,8 @@ # <img src="https://raw.githubusercontent.com/salesforce-ux/theo/master/assets/theo.png" alt="Theo logo" width="28" /> Theo

// If no "type" is specified, values will not be transformed
type: ?string,
type?: string,
// Path to a token file
// or just a filename if using the "data" option
file: string,
// Pass in a data string insead of reading from a file
data: ?string
// Pass in a data string instead of reading from a file
data?: string
}

@@ -114,0 +114,0 @@

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