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

@kyloc20/mymui-react-textfield

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyloc20/mymui-react-textfield - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

dist/index.d.ts

29

package.json
{
"name": "@kyloc20/mymui-react-textfield",
"description": "a TextField UI component made with React&Typescript",
"version": "0.1.7",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"version": "0.1.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/build"
"/dist"
],
"exports": {
".": "./dist",
"./TextField.css": "./dist/TextField.css"
},
"scripts": {
"test": "jest",
"build": "rimraf build && rimraf types && tsc"
"build": "rimraf dist && npx webpack --progress --mode=production",
"build:tsc": "rimraf build && rimraf types && tsc",
"build:webpack:dev": "rimraf dist && npx webpack --progress --mode=development",
"build:webpack": "rimraf dist && npx webpack --progress --mode=production"
},

@@ -20,8 +26,17 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@types/jest": "^27.4.0",
"@types/react": ">=17",
"@types/react-dom": ">=17",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"jest": "^27.4.5",
"mini-css-extract-plugin": "^2.6.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.0"
"rollup": "^2.79.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},

@@ -28,0 +43,0 @@ "keywords": [],

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