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

@remato/design-system

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remato/design-system - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

1

lib/colors.d.ts

@@ -29,2 +29,3 @@ /**

blue500: string;
blue300: string;
blue200: string;

@@ -31,0 +32,0 @@ blue100: string;

@@ -31,2 +31,3 @@ "use strict";

blue500: '#0e86f5',
blue300: '#86c2fa',
blue200: '#c3e1fc',

@@ -33,0 +34,0 @@ blue100: '#e7f3fe',

2

lib/index.d.ts

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

export { default as colors } from './colors.js';
export { default as colors } from './colors';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.colors = void 0;
var colors_js_1 = require("./colors.js");
Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return colors_js_1.default; } });
var colors_1 = require("./colors");
Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return colors_1.default; } });
{
"name": "@remato/design-system",
"version": "1.2.1",
"version": "1.3.0",
"main": "lib/index.js",

@@ -11,3 +11,4 @@ "types": "lib/index.d.ts",

"scripts": {
"build": "tsc"
"build": "tsc",
"prepublish": "yarn build"
},

@@ -17,5 +18,5 @@ "devDependencies": {

"@remato/stylelint-config": "git+ssh://git@github.com/rematocorp/stylelint-config.git#master",
"stylelint": "^13.9.0",
"typescript": "^4.1.3"
"stylelint": "^13.12.0",
"typescript": "^4.2.3"
}
}

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