You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@rmwc/provider

Package Overview
Dependencies
2
Maintainers
1
Versions
161
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

37

package.json
{
"name": "@rmwc/provider",
"version": "14.0.2-alpha.0",
"version": "14.0.2-alpha.1",
"description": "RMWC Provider component",
"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,9 +23,9 @@ "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/provider#readme",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/provider",
"peerDependencies": {

@@ -40,6 +36,5 @@ "react": ">=16.8.x",

"dependencies": {
"@rmwc/base": "^14.0.2-alpha.0",
"@rmwc/types": "^14.0.2-alpha.0"
},
"gitHead": "bf098adc2571ee1641ef20d79f38fb64e9ff186e"
"@rmwc/base": "workspace:*",
"@rmwc/types": "workspace:*"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc