
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
design-properties
Advanced tools
Salesforce1 design properties covering text colors, background color, font-sizes, fonts, spacings, borders etc.
Salesforce1 Design Properties covers text colors, background colors, font sizes, font faces, spacing, borders, etc. The Design Properties are stored in an abstract JSON format and can be transformed with theo into other formats like:
This first public release of the Design Properties reflects the current Spring '15 release. It will be updated with new releases while older ones will be branched off.
Please make sure to have gulp.js installed globally:
$ sudo npm install -g gulp
$ git clone https://github.com/salesforce-ux/design-properties.git
$ cd design-properties
$ npm install .
$ gulp
Please check the ./dist
directory for the output.
The Design Properties are available via NPM:
$ npm install design-properties
You can make the Design Properties part of your gulp.js build script:
var gulp = require('gulp');
var theo = require('theo');
gulp.task('default', ['clean'], function(){
var path = './node_modules/design-properties/variables/*.json'
theo.convert(path, './dist', {
templates: ['styl', 'html', 'less', 'scss', 'ios.json', 'android.xml'],
});
});
Copyright (c) 2014, salesforce.com, inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FAQs
Salesforce1 design properties covering text colors, background color, font-sizes, fonts, spacings, borders etc.
The npm package design-properties receives a total of 0 weekly downloads. As such, design-properties popularity was classified as not popular.
We found that design-properties demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.