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

ancient-ui

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancient-ui - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/components/Button.tsx

5

package.json
{
"name": "ancient-ui",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -20,4 +20,4 @@ "license": "MIT",

"deploy": "npm version patch && npm publish",
"format": "prettier --write \"src/**/*.{js,ts,tsx}\" && sort-package-json",
"prereleaseAlpha": "npm version prerelease --preid=alpha",
"format": "prettier --write \"src/**/*.{js,ts,tsx}\" && sort-package-json",
"storybook": "storybook dev -p 6006",

@@ -44,2 +44,3 @@ "preversion": "npm run build"

"storybook": "7.6.5",
"tsc-hooks": "^1.1.2",
"typescript": "^5.3.3"

@@ -46,0 +47,0 @@ },

0

src/components/fonts.ts

@@ -0,0 +0,0 @@ export const aileronFonts: LocalFont[] = [

{
"include": ["src"] /* Include only the src directory */,
"include": [
"src/**/*.tsx",
"src/**/*.ts",
"src/**/*.css"
] /* Include only the src directory */,
"compilerOptions": {

@@ -14,3 +18,5 @@ "jsx": "react",

"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"hooks": ["copy-files"] // hooks is a new property you can add to tsconfig to add custom hooks
}
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