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

@clds/paper

Package Overview
Dependencies
Maintainers
0
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/paper - npm Package Compare versions

Comparing version 0.49.0 to 0.49.1

dist/index.d.ts

23

package.json
{
"name": "@clds/paper",
"description": "",
"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",
"homepage": "https://github.com/cloudinary/design-system/tree/main/libs/components/paper#readme",
"dependencies": {
"@clds/component-theme": "0.49.0"
"@clds/component-theme": "0.49.1"
},

@@ -19,4 +20,4 @@ "devDependencies": {

"styled-components": "5.3.11",
"@clds/testing-library": "0.49.0",
"@clds/typography": "0.49.0"
"@clds/testing-library": "0.49.1",
"@clds/typography": "0.49.1"
},

@@ -33,11 +34,5 @@ "peerDependencies": {

"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:component"],
"targets": {
"build": {
"executor": "./tools/executors/build:build"
}
}
"targets": {}
}
{
"extends": "../../../tsconfig.base.json",
"include": ["./src/**/*", "./stories/**/*", "./test/**/*", "./e2e/**/*"]
"include": ["./src/**/*", "./stories/**/*", "./test/**/*", "./e2e/**/*"],
"references": [
{
"path": "../../foundations/typography"
},
{
"path": "../../foundations/testing"
},
{
"path": "../../foundations/themes"
},
{
"path": "../../foundations/theme-helper"
},
{
"path": "../../foundations/component-theme"
},
{
"path": "../../foundations/testing-library"
}
]
}
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"declaration": true,
"baseUrl": "./src"
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.test.tsx"]
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.test.tsx"],
"references": [
{
"path": "../../foundations/typography/tsconfig.lib.json"
},
{
"path": "../../foundations/testing/tsconfig.lib.json"
},
{
"path": "../../foundations/themes/tsconfig.lib.json"
},
{
"path": "../../foundations/theme-helper/tsconfig.lib.json"
},
{
"path": "../../foundations/component-theme/tsconfig.lib.json"
},
{
"path": "../../foundations/testing-library/tsconfig.lib.json"
}
]
}
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