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

@clds/themes

Package Overview
Dependencies
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/themes - npm Package Compare versions

Comparing version 0.49.0 to 0.49.1

dist/dark.theme.d.ts

17

package.json
{
"name": "@clds/themes",
"description": "Cloudinary themes",
"version": "0.49.0",
"version": "0.49.1",
"author": "Cloudinary",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bugs": "https://github.com/cloudinary/design-system/issues",

@@ -24,11 +25,5 @@ "homepage": "https://github.com/cloudinary/design-system/tree/main/libs/foundations/themes#readme",

"test": "vitest run",
"typecheck": "tsc --noEmit"
"typecheck": "tsc -p tsconfig.lib.json --noEmit"
},
"typings": "./dist/esm/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
}
"typings": "./dist/index.d.ts"
}

@@ -6,7 +6,3 @@ {

"tags": ["scope:foundation"],
"targets": {
"build": {
"executor": "./tools/executors/build:build"
}
}
"targets": {}
}
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"declaration": true,
"baseUrl": "./src"
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},

@@ -8,0 +8,0 @@ "include": ["./src/**/*.ts", "./src/**/*.tsx"],

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