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 1.0.7 to 1.0.8-alpha.1

src/index.ts

29

package.json
{
"name": "@h6s/calendar",
"version": "1.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.mjs",
"version": "1.0.8-alpha.1",
"sideEffects": false,
"main": "src/index.ts",
"files": [

@@ -11,5 +10,23 @@ "dist",

],
"sideEffects": false,
"exports": {
".": {
"require": "./src/index.ts",
"import": "./src/index.ts"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./esm/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"import": "esm/index.mjs",
"module": "esm/index.mjs"
},

@@ -16,0 +33,0 @@ "scripts": {

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