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

@pikas-ui/icons

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pikas-ui/icons - npm Package Compare versions

Comparing version 3.3.16 to 3.3.17

dist/customIcon/CustomIcon.d.ts

8

CHANGELOG.md
# @pikas-ui/icons
## 3.3.17
### Patch Changes
- fix esm and cjs
- Updated dependencies
- @pikas-ui/styles@3.5.17
## 3.3.16

@@ -4,0 +12,0 @@

19

package.json
{
"name": "@pikas-ui/icons",
"version": "3.3.16",
"version": "3.3.17",
"private": false,

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

"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"type": "module",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
}

@@ -35,3 +37,3 @@ },

"@iconify/react": "4.0.1",
"@pikas-ui/styles": "3.5.16"
"@pikas-ui/styles": "3.5.17"
},

@@ -53,2 +55,3 @@ "peerDependencies": {

"react-dom": "18.2.0",
"tsup": "6.5.0",
"typescript": "4.9.3"

@@ -58,4 +61,4 @@ },

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

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

{
"extends": "@pikas/tsconfig/package-react.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules", "tsup.config.ts"],
"include": ["src", "tsup.config.ts"],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"rootDir": "./src",
"module": "ESNext",
"outDir": "dist/mjs",
"target": "ESNext"
"outDir": "./dist"
}
}

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