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

carbon-components-svelte

Package Overview
Dependencies
Maintainers
2
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon-components-svelte - npm Package Compare versions

Comparing version 0.71.0 to 0.72.0

22

package.json
{
"name": "carbon-components-svelte",
"version": "0.71.0",
"version": "0.72.0",
"license": "Apache-2.0",

@@ -15,8 +15,9 @@ "description": "Svelte implementation of the Carbon Design System",

"test:types": "svelte-check --workspace tests",
"lint": "prettier --write \"**/*.{svelte,md,js,json,ts}\"",
"build:css": "node scripts/build-css",
"build:docs": "node scripts/build-docs",
"build:lib": "rollup -c",
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
"prepack": "yarn build:docs & yarn build:lib",
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
"prepare": "husky install"
"release": "standard-version && yarn prepack"
},

@@ -33,4 +34,2 @@ "dependencies": {

"carbon-icons-svelte": "^11.2.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",

@@ -43,2 +42,3 @@ "prettier": "^2.7.1",

"sass": "^1.49.11",
"standard-version": "^9.5.0",
"sveld": "^0.18.0",

@@ -49,7 +49,6 @@ "svelte": "^3.51.0",

},
"lint-staged": {
"*.{svelte,md,js,json}": [
"prettier --write"
],
"*.{svelte,js,md}": "prettier --write"
"standard-version": {
"skip": {
"commit": true
}
},

@@ -79,5 +78,6 @@ "prettier": {

"contributors": [
"Josef Aidt (https://github.com/josefaidt)",
"Eric Liu (https://github.com/metonym)",
"Josef Aidt (https://github.com/josefaidt)"
"Enrico Sacchetti (https://github.com/theetrain)"
]
}

@@ -0,0 +0,0 @@ import type { Readable, Subscriber, Unsubscriber } from "svelte/store";

export { default as Breakpoint } from "./Breakpoint.svelte";
export { breakpointObserver } from "./breakpointObserver";
export { breakpoints } from "./breakpoints";

@@ -0,0 +0,0 @@ import type { Readable, Subscriber, Unsubscriber } from "svelte/store";

export { default as Breakpoint } from "./Breakpoint.svelte";
export { breakpointObserver } from "./breakpointObserver";
export { breakpoints } from "./breakpoints";

@@ -11,3 +11,2 @@ /// <reference types="svelte" />

disabled?: boolean;
expanded?: boolean;
children?: TreeNode[];

@@ -14,0 +13,0 @@ }

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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