Socket
Socket
Sign inDemoInstall

@h6s/calendar

Package Overview
Dependencies
4
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

CHANGELOG.md

20

package.json
{
"name": "@h6s/calendar",
"version": "2.0.0",
"version": "2.0.1",
"sideEffects": false,
"main": "src/index.ts",
"main": "dist/index.cjs",
"type": "module",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs",

@@ -65,3 +66,16 @@ "module": "dist/index.js",

}
},
"module": "dist/index.js",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
}
}
}
src/index.ts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc