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

codice

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codice - npm Package Compare versions

Comparing version 0.0.10 to 0.1.0

dist/index.d.ts

19

package.json
{
"name": "codice",
"version": "0.0.10",
"version": "0.1.0",
"type": "module",
"exports": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": "huozhi",

@@ -10,4 +12,6 @@ "files": [

"scripts": {
"build": "bunchee lib/index.mjs --no-sourcemap",
"prepublishOnly": "rm -rf dist && npm run build"
"build:site": "pnpm build && next build site",
"build": "bunchee",
"dev": "next dev site",
"prepublishOnly": "rm -rf dist && pnpm run build"
},

@@ -20,4 +24,11 @@ "peerDependencies": {

"devDependencies": {
"bunchee": "^1.8.3"
"@types/react": "^18.0.33",
"bunchee": "^3.0.1",
"codice": "link:./",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sugar-high": "^0.4.6",
"typescript": "^5.0.4"
}
}

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