You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@jamsr-ui/shared-icons

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/shared-icons - npm Package Compare versions

Comparing version

to
0.0.11

dist/index.d.ts

13

package.json
{
"name": "@jamsr-ui/shared-icons",
"private": false,
"version": "0.0.7",
"version": "0.0.11",
"description": "",
"main": "./dist/index.mjs",
"keywords": [],
"keywords": [
"react",
"ui"
],
"author": "@jamsrworld",

@@ -18,3 +21,4 @@ "license": "MIT",

"@types/react": "^18.3.3",
"react": "^18.3.1"
"react": "^18.3.1",
"clean-package": "^2.2.0"
},

@@ -25,4 +29,5 @@ "peerDependencies": {

"scripts": {
"build": "tsup"
"build": "tsup",
"typecheck": "tsc --noEmit"
}
}