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

@forter/forter-checkbox

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/forter-checkbox - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

dist/types/index.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [0.2.0](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.1.2...@forter/forter-checkbox@0.2.0) (2023-07-06)
## 1.0.84 (2023-07-06)
### Features
- ๐ŸŽธ implement forter-card-list ([#62](https://github.com/forter/design-system/issues/62)) ([0091bbe](https://github.com/forter/design-system/commit/0091bbed579b284fffcf2cd8cd07b9952cdde6a9))
## [0.1.2](https://github.com/forter/design-system/compare/@forter/forter-checkbox@0.1.1...@forter/forter-checkbox@0.1.2) (2023-07-04)

@@ -8,0 +16,0 @@

11

package.json
{
"name": "@forter/forter-checkbox",
"version": "0.1.2",
"version": "0.2.0",
"description": "checkbox from Forter Components",

@@ -12,7 +12,8 @@ "author": "Forter Developers",

"module": "dist/bundle.js",
"types": "dist/types/index.d.ts",
"scripts": {
"watch": "npm run rollup:watch",
"build": "npm run rollup",
"rollup": "rimraf ./dist && npx rollup -c ../../rollup.config.js",
"rollup:watch": "rimraf ./dist && npx rollup -c ../../rollup.config.js -w"
"rollup": "rimraf ./dist && rimraf ../../types && npx rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly --declaration",
"rollup:watch": "npx rollup -c ../../rollup.config.js -w"
},

@@ -23,6 +24,6 @@ "publishConfig": {

"dependencies": {
"@forter/component-base": "^7.0.2",
"@forter/component-base": "^7.1.0",
"lit": "^2.7.2"
},
"gitHead": "b8b0c9cb7ca99a1d52467435b039721b1e39c56b"
"gitHead": "f20a19c85b7b50d4096907ab4337cd7e9d6beb92"
}
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