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

@wedgekit/card

Package Overview
Dependencies
Maintainers
16
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wedgekit/card - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

14

CHANGELOG.md

@@ -25,2 +25,14 @@ # Change Log

## [1.0.1] - 2021.06.25
### Changed
- Modified the package license to [MIT](https://opensource.org/licenses/MIT) in keeping with the rest of the `@wedgekit/*` package family.
### Fixed
- [JUN-857] Dependency (@wedgekit/primtives) update - MUST PUBLISH
---
## [1.0.0] - 2021.06.04

@@ -31,3 +43,1 @@

- Initial component creation
### Security

13

package.json
{
"name": "@wedgekit/card",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cards for the Wedgekit Design System",

@@ -10,13 +10,10 @@ "main": "dist/index.cjs.js",

"build": "node ./build.js && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\""
},
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@dmsi/hooks": "1.0.1",
"@wedgekit/primitives": "1.13.0"
"@dmsi/hooks": "1.0.2",
"@wedgekit/primitives": "1.13.3"
},
"devDependencies": {
"typescript": "^4.1.3"
},
"peerDependencies": {

@@ -23,0 +20,0 @@ "react": "^16.13.1",

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