New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aksara-ui/icons

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aksara-ui/icons - npm Package Compare versions

Comparing version

to
1.0.0-canary.9

dist/ai/bot/IconBot.d.ts

24

package.json
{
"name": "@aksara-ui/icons",
"version": "1.0.0-canary.7",
"version": "1.0.0-canary.9",
"description": "React icon library for the Aksara design system.",
"sideEffects": false,
"main": "./lib/index.js",
"module": "./lib/index.es.js",
"types": "./lib/index.d.ts",
"main": "dist/index.js",
"module": "dist/icons.esm.js",
"typings": "dist/index.d.ts",
"aksara:src": "./src/index.ts",

@@ -14,3 +14,3 @@ "repository": "https://github.com/kata-ai/wicara.git",

"files": [
"lib"
"dist"
],

@@ -21,10 +21,8 @@ "publishConfig": {

"scripts": {
"clean": "rimraf lib && rimraf tsc-out",
"compile": "yarn clean && yarn rollup",
"build": "tsdx build --transpileOnly --tsconfig tsconfig.build.json",
"clean": "rimraf dist",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"prepublishOnly": "yarn compile",
"rollup": "rollup -c ./rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc --emitDeclarationOnly",
"prepublish": "yarn build",
"start": "tsdx watch --tsconfig tsconfig.build.json --verbose",
"validate": "yarn lint && yarn type-check"

@@ -40,8 +38,6 @@ },

"devDependencies": {
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"gitHead": "c8ab6732fbd8639a10e45209606eb56296d33cc4"
"gitHead": "cf735ad87c53e49f75502f9b3307564337cae73d"
}