Socket
Socket
Sign inDemoInstall

@rmwc/icon

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/icon - npm Package Compare versions

Comparing version 14.0.1-alpha.0 to 14.0.1

index.d.ts

47

package.json
{
"name": "@rmwc/icon",
"version": "14.0.1-alpha.0",
"version": "14.0.1",
"description": "RMWC Icon 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",
"types": "./index.d.ts",
"require": "./index.js"
},
"./styles": {
"import": "./styles.mjs",
"types": "./styles.d.ts",
"require": "./styles.js"
},
"./icon.css": "./icon.css"
},
"sideEffects": [
"./styles.tsx",
"./styles.js",
"*.css"
"**/*.css"
],

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

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

"dependencies": {
"@rmwc/base": "^14.0.1-alpha.0",
"@rmwc/provider": "^14.0.1-alpha.0",
"@rmwc/types": "^14.0.1-alpha.0"
},
"gitHead": "bf098adc2571ee1641ef20d79f38fb64e9ff186e"
}
"@rmwc/base": "14.0.1",
"@rmwc/provider": "14.0.1",
"@rmwc/types": "14.0.1"
}
}

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("@rmwc/icon/icon.css");
"use strict";var t=require("./icon.css");

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