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

@tlon/indigo-light

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tlon/indigo-light - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/index.d.ts

3

index.ts

@@ -179,6 +179,7 @@ import baseStyled, { ThemedStyledInterface } from 'styled-components';

zIndices: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
breakpoints: ['768px', '1024px', '1440px', '2200px'],
breakpoints: ['550px', '750px', '960px'],
};
export type Theme = typeof theme;
export const styled = baseStyled as ThemedStyledInterface<Theme>;
export default theme;
{
"name": "@tlon/indigo-light",
"version": "1.0.4",
"version": "1.0.5",
"description": "Light theme for Indigo React",

@@ -8,10 +8,12 @@ "author": "tlon",

"repository": "urbit/indigo-light",
"main": "index.ts",
"module": "index.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"devDependencies": {
"@types/styled-components": "^4.4.3",
"esbuild": "^0.6.29",
"husky": "^4.2.2",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"styled-components": "^5.0.1"
"styled-components": "^5.0.1",
"typescript": "^4.0.2"
},

@@ -28,3 +30,14 @@ "husky": {

"trailingComma": "es5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"esbuild": "esbuild index.ts --bundle --external:styled-system --external:styled-components --outdir=dist --format=esm --splitting --sourcemap",
"esbuild:prod": "esbuild index.ts --bundle --external:styled-system --external:styled-components --outdir=dist --format=esm --splitting --sourcemap",
"clear": "rm -rf dist",
"reset": "rm -rf node_modules package-lock.json && npm install",
"build": "npm run tsc && npm run esbuild",
"build:prod": "npm run tsc && npm run esbuild:prod",
"format": "prettier --write ./src/*"
}
}
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