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

calijs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calijs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "calijs",
"version": "1.0.0",
"version": "1.0.1",
"description": ":palm_tree: Primitives to build simple, lightweight React calendars & datepickers with a single hook",

@@ -14,4 +14,4 @@ "main": "dist/index.js",

],
"author": "",
"license": "ISC",
"author": "Pantelis Paliagkas",
"license": "MIT",
"peerDependencies": {

@@ -18,0 +18,0 @@ "react": "^16.13.1"

@@ -1,3 +0,1 @@

import babel from "@rollup/plugin-babel";
export default {

@@ -10,3 +8,2 @@ input: "src/index.js",

external: ["react", "dayjs"],
plugins: [babel({ exclude: "node_modules/**" })],
};
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