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

@pikas-ui/badge

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pikas-ui/badge - npm Package Compare versions

Comparing version 1.3.16 to 1.3.17

.eslintignore

36

package.json
{
"name": "@pikas-ui/badge",
"version": "1.3.16",
"version": "1.3.17",
"private": false,

@@ -12,21 +12,10 @@ "keywords": [

"license": "MIT",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./dist/*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js",
"require": "./dist/*.cjs"
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"repository": {

@@ -45,5 +34,5 @@ "type": "git",

"dependencies": {
"@pikas-ui/icons": "3.3.15",
"@pikas-ui/styles": "3.5.15",
"@pikas-utils/color": "1.0.4"
"@pikas-ui/icons": "3.3.16",
"@pikas-ui/styles": "3.5.16",
"@pikas-utils/color": "1.0.5"
},

@@ -58,10 +47,9 @@ "peerDependencies": {

"@types/node": "18.11.10",
"@types/react": "18.0.25",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"cross-env": "7.0.3",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-config-custom": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.5.0",
"typescript": "4.9.3"

@@ -71,4 +59,4 @@ },

"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"dev": "tsc --watch",
"format": "prettier --write \"**/*.{ts,tsx}\"",

@@ -75,0 +63,0 @@ "lint": "cross-env TIMING=1 eslint src --fix",

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