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

@clearkit/one

Package Overview
Dependencies
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clearkit/one - npm Package Compare versions

Comparing version 0.9.1-1 to 0.9.1-2

13

package.json
{
"name": "@clearkit/one",
"version": "0.9.1-1",
"version": "0.9.1-2",
"description": "ClearKit One",

@@ -20,4 +20,2 @@ "main": "dist/clearkit-one.js",

"@clearkit/core": "^0.1.0",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"classes": "^0.3.0",

@@ -34,3 +32,2 @@ "npm-run-all": "^4.1.5",

"quicktype": "^15.0.210",
"rollup": "^1.30.1",
"tailwindcss": "^1.0.5",

@@ -44,10 +41,10 @@ "tailwindcss-gradients": "^2.3.0",

"postcss:build": "postcss src/css/clearkit-one.css -o dist/clearkit-one.css --env production",
"generate:types": "node bin/generate-types | quicktype --lang typescript -o src/theme.ts",
"build:config": "rollup -c rollup.config.js",
"generate:types": "node ./bin/resolve-theme | quicktype --lang typescript -o src/theme.ts",
"config:build": "node ./bin/resolve-theme > dist/clearkit-one.js && echo \"module.exports = $(cat dist/clearkit-one.js)\" > dist/clearkit-one.js",
"clean": "rm -rf dist .cache",
"start": "npm-run-all -s clean -p postcss:watch docs",
"build": "npm-run-all -s clean build:config postcss:build eleventy",
"build": "npm-run-all -s clean postcss:build config:build eleventy",
"eleventy": "eleventy",
"docs": "eleventy --serve",
"prepare": "npm-run-all postcss:build"
"prepare": "npm-run-all build"
},

@@ -54,0 +51,0 @@ "repository": {

@@ -6,2 +6,2 @@ import { Theme } from "./theme"

declare const theme: Theme
export { theme };
export default theme;

Sorry, the diff of this file is too big to display

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