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

@juliusmarminge/next-themes

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juliusmarminge/next-themes - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-1

42

package.json
{
"name": "@juliusmarminge/next-themes",
"type": "module",
"version": "0.3.0",
"version": "0.3.1-1",
"license": "MIT",

@@ -9,2 +9,9 @@ "publishConfig": {

},
"scripts": {
"prepublish": "bunchee",
"build": "bunchee",
"dev": "bunchee -w",
"release": "changelogen --bump --publish && changelogen gh release",
"release:nightly": "changelogen --prerelease --publish --push"
},
"peerDependencies": {

@@ -15,15 +22,11 @@ "react": "^16.8 || ^17 || ^18",

"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.48",
"bunchee": "^4.4.1",
"jsdom": "^23.2.0",
"@types/react": "^18.2.55",
"bunchee": "^4.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/pacocoursey/next-themes.git"
"url": "https://github.com/juliusmarminge/next-themes.git"
},

@@ -33,23 +36,8 @@ "files": [

],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"prepublish": "bunchee",
"build": "bunchee",
"dev": "bunchee -w",
"test": "vitest"
}
}
}
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