Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/textfield

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/textfield - npm Package Compare versions

Comparing version 14.0.0-alpha.0 to 14.0.0

index.d.ts

55

package.json
{
"name": "@rmwc/textfield",
"version": "14.0.0-alpha.0",
"version": "14.0.0",
"description": "RMWC TextField component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "next/index.js",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./styles": {
"import": "./styles.mjs",
"require": "./styles.js"
},
"./textfield.css": "./textfield.css"
},
"sideEffects": [
"./styles.tsx",
"./styles.js",
"*.css"
"**/*.css"
],

@@ -16,9 +24,5 @@ "publishConfig": {

},
"scripts": {
"publish:dist": "npm publish dist --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesmfriedman/rmwc.git"
"url": "git+https://github.com/rmwc/rmwc.git"
},

@@ -28,10 +32,11 @@ "keywords": [

],
"author": "James Friedman",
"author": "rmwc",
"private": false,
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesmfriedman/rmwc/issues"
"url": "https://github.com/rmwc/rmwc/issues"
},
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/textfield#readme",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/textfield",
"peerDependencies": {
"@material/textfield": "^14.0.0",
"react": ">=16.8.x",

@@ -41,12 +46,10 @@ "react-dom": ">=16.8.x"

"dependencies": {
"@material/textfield": "^14.0.0",
"@rmwc/base": "^14.0.0-alpha.0",
"@rmwc/floating-label": "^14.0.0-alpha.0",
"@rmwc/icon": "^14.0.0-alpha.0",
"@rmwc/line-ripple": "^14.0.0-alpha.0",
"@rmwc/notched-outline": "^14.0.0-alpha.0",
"@rmwc/ripple": "^14.0.0-alpha.0",
"@rmwc/types": "^14.0.0-alpha.0"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
}
"@rmwc/base": "14.0.0",
"@rmwc/floating-label": "14.0.0",
"@rmwc/icon": "14.0.0",
"@rmwc/line-ripple": "14.0.0",
"@rmwc/notched-outline": "14.0.0",
"@rmwc/ripple": "14.0.0",
"@rmwc/types": "14.0.0"
}
}

@@ -1,9 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("@material/textfield/dist/mdc.textfield.css");
require("@rmwc/floating-label/styles");
require("@rmwc/notched-outline/styles");
require("@rmwc/line-ripple/styles");
require("@rmwc/ripple/styles");
require("@rmwc/icon/styles");
require("@rmwc/textfield/textfield.css");
"use strict";var e=require("./textfield.css");require("@material/textfield/dist/mdc.textfield.css");require("@rmwc/floating-label/styles");require("@rmwc/icon/styles");require("@rmwc/line-ripple/styles");require("@rmwc/notched-outline/styles");require("@rmwc/ripple/styles");

Sorry, the diff of this file is not supported yet

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