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

@rmwc/switch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/switch - npm Package Compare versions

Comparing version

to
14.0.2-alpha.1

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

@@ -16,9 +22,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 +30,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/switch#readme",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/switch",
"peerDependencies": {
"@material/switch": "^14.0.0",
"react": ">=16.8.x",

@@ -41,10 +44,8 @@ "react-dom": ">=16.8.x"

"dependencies": {
"@material/switch": "^14.0.0",
"@rmwc/base": "^14.0.2-alpha.0",
"@rmwc/formfield": "^14.0.2-alpha.0",
"@rmwc/ripple": "^14.0.2-alpha.0",
"@rmwc/toggleable": "^14.0.2-alpha.0",
"@rmwc/types": "^14.0.2-alpha.0"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
"@rmwc/base": "workspace:*",
"@rmwc/formfield": "workspace:*",
"@rmwc/ripple": "workspace:*",
"@rmwc/toggleable": "workspace:*",
"@rmwc/types": "workspace:*"
}
}

@@ -1,5 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("@material/switch/dist/mdc.switch.css");
require("@rmwc/formfield/styles");
require("@rmwc/ripple/styles");
"use strict";require("@material/switch/dist/mdc.switch.css");require("@rmwc/formfield/styles");require("@rmwc/ripple/styles");