Socket
Socket
Sign inDemoInstall

@rmwc/base

Package Overview
Dependencies
7
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.2-alpha.0 to 14.0.2-alpha.1

index.d.ts

38

package.json
{
"name": "@rmwc/base",
"version": "14.0.2-alpha.0",
"version": "14.0.2-alpha.1",
"description": "RMWC base module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "next/index.js",
"sideEffects": [
"./styles.tsx",
"./styles.js",
"*.css"
],
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
},
"publishConfig": {
"access": "public"
},
"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"
},

@@ -27,10 +23,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/base#readme",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/base#readme",
"peerDependencies": {
"@material/dom": "^14.0.0",
"react": ">=16.8.x",

@@ -40,5 +37,3 @@ "react-dom": ">=16.8.x"

"dependencies": {
"@material/dom": "^14.0.0",
"@rmwc/types": "^14.0.2-alpha.0",
"@types/classnames": "^2.3.1",
"@rmwc/types": "workspace:*",
"classnames": "^2.3.1",

@@ -48,4 +43,3 @@ "hyperform": "^0.11.0",

"tslib": "^2.4.0"
},
"gitHead": "bf098adc2571ee1641ef20d79f38fb64e9ff186e"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc