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

react-samay

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-samay - npm Package Compare versions

Comparing version

to
2.0.0-2

lib/index.esm.js

7

package.json
{
"name": "react-samay",
"version": "2.0.0-1",
"version": "2.0.0-2",
"description": "Time picker for React.js",

@@ -10,5 +10,6 @@ "homepage": "https://github.com/sushantdhiman/react-samay",

},
"type": "module",
"license": "MIT",
"source": "src/index.tsx",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "types/index.d.ts",

@@ -18,3 +19,3 @@ "scripts": {

"build-storybook": "storybook build -c .storybook -o .storybook-static",
"build": "parcel build",
"build": "rm -rf lib/* && parcel build",
"prettier": "prettier --write './(src|stories)/**/*.+(ts|tsx)'",

@@ -21,0 +22,0 @@ "lint": "eslint '{src,stories}/**/*.*'",