New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisionag/beacon-tokens

Package Overview
Dependencies
Maintainers
23
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/beacon-tokens - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16-pre

assets/fonts/roboto-400.woff

9

injixo/injixo.cjs.js

@@ -7,2 +7,6 @@ // @flow

const asset = {
fontRoboto: 'assets/fonts/roboto-400.woff',
fontRobotoBold: 'assets/fonts/roboto-700.woff',
};
const color = {

@@ -178,2 +182,5 @@ /**

};
const font = {
scaleBase: '0.875rem',
};
const spacing = {

@@ -191,3 +198,5 @@ component1: '0.25rem',

exports.asset = asset;
exports.color = color;
exports.font = font;
exports.spacing = spacing;

@@ -0,1 +1,5 @@

export declare const asset: {
readonly fontRoboto: "assets/fonts/roboto-400.woff";
readonly fontRobotoBold: "assets/fonts/roboto-700.woff";
};
export declare const color: {

@@ -171,2 +175,5 @@ /**

};
export declare const font: {
readonly scaleBase: "0.875rem";
};
export declare const spacing: {

@@ -173,0 +180,0 @@ readonly component1: "0.25rem";

9

injixo/injixo.esm.js

@@ -0,1 +1,5 @@

const asset = {
fontRoboto: 'assets/fonts/roboto-400.woff',
fontRobotoBold: 'assets/fonts/roboto-700.woff',
};
const color = {

@@ -171,2 +175,5 @@ /**

};
const font = {
scaleBase: '0.875rem',
};
const spacing = {

@@ -184,2 +191,2 @@ component1: '0.25rem',

export { color, spacing };
export { asset, color, font, spacing };

11

package.json
{
"name": "@invisionag/beacon-tokens",
"version": "0.0.15",
"version": "0.0.16-pre",
"description": "Design System for InVision products",
"main": "index.js",
"files": [
"injixo/**/*",
"ivx/**/*",
"ivx.scss",
"injixo.scss"
"/assets/**/*",
"/injixo/**/*",
"/injixo.scss"
],

@@ -28,3 +27,3 @@ "scripts": {

"@invisionag/prettier-config-ivx": "^1.1.5",
"execa": "^1.0.0",
"execa": "^2.0.2",
"lodash": "^4.17.11",

@@ -31,0 +30,0 @@ "prettier": "^1.18.2",

Sorry, the diff of this file is not supported yet

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