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

hydroxide

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

hydroxide - npm Package Compare versions

Comparing version 0.0.1 to 0.1.1

dist/dev-cjs.d.ts

56

package.json
{
"name": "hydroxide",
"version": "0.0.1",
"description": "diatomic anion",
"main": "index.js",
"keywords": [],
"description": "Next Generation Reactive Framework",
"version": "0.1.1",
"author": "Manan Tank",
"license": "MIT"
"license": "MIT",
"type": "module",
"main": "dist/prod-cjs.js",
"module": "dist/prod-esm.js",
"types": "dist/prod-esm.d.ts",
"sideEffects": false,
"exports": {
".": {
"browser": {
"development": {
"import": "./dist/dev-esm.js",
"require": "./dist/dev-cjs.js"
},
"import": "./dist/prod-esm.js",
"require": "./dist/prod-cjs.js"
},
"node": {
"browser": {
"development": {
"import": "./dist/dev-esm.js",
"require": "./dist/dev-cjs.js"
},
"import": "./dist/prod-esm.js",
"require": "./dist/prod-cjs.js"
}
}
}
},
"scripts": {
"build": "rollup -c",
"ts-check": "tsc --noEmit --project tsconfig.json",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
"ts-jest": "^27.1.2",
"tsd": "^0.21.0",
"typescript": "^4.7.4"
},
"keywords": [
"hydroxide",
"reactive",
"framework",
"ui",
"components",
"compiler",
"performance"
]
}
index.js
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