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

@rmwc/toggleable

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/toggleable - npm Package Compare versions

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

index.d.ts

38

package.json
{
"name": "@rmwc/toggleable",
"version": "14.0.2-alpha.0",
"version": "14.0.2-alpha.1",
"description": "RMWC toggle module",
"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"
}
},
"sideEffects": [
"./styles.tsx",
"./styles.js",
"*.css"
"**/*.css"
],

@@ -16,9 +19,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,9 +27,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/toggleable#readme",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/toggleable",
"peerDependencies": {

@@ -41,7 +40,6 @@ "react": ">=16.8.x",

"dependencies": {
"@rmwc/base": "^14.0.2-alpha.0",
"@rmwc/formfield": "^14.0.2-alpha.0",
"@rmwc/types": "^14.0.2-alpha.0"
},
"gitHead": "73b3362a34fdef68139263efe17b3544bc05a452"
"@rmwc/base": "workspace:*",
"@rmwc/formfield": "workspace:*",
"@rmwc/types": "workspace:*"
}
}
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