Socket
Socket
Sign inDemoInstall

genesys-dev-icons

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genesys-dev-icons - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16-devengage-1107-yeast.42

3

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.GenesysDevIcons = exports.GenesysDevIcon = void 0;
exports.GenesysDevIconsKey = exports.GenesysDevIcons = exports.GenesysDevIcon = void 0;
var GenesysDevIcon_1 = require("./GenesysDevIcon");

@@ -12,1 +12,2 @@ Object.defineProperty(exports, "GenesysDevIcon", { enumerable: true, get: function () { return __importDefault(GenesysDevIcon_1).default; } });

Object.defineProperty(exports, "GenesysDevIcons", { enumerable: true, get: function () { return genesys_dev_icons_1.GenesysDevIcons; } });
Object.defineProperty(exports, "GenesysDevIconsKey", { enumerable: true, get: function () { return genesys_dev_icons_1.GenesysDevIconsKey; } });
{
"name": "genesys-dev-icons",
"version": "0.1.15",
"private": false,
"description": "This project amalgamates public-facing Genesys brand icons, Genesys product icons, and general application iconography into a packaged icon library.",
"homepage": "https://purecloudlabs.github.io/genesys-dev-icon-pack",
"repository": {
"type": "git",
"url": "https://github.com/purecloudlabs/genesys-dev-icon-pack.git",
"directory": "package"
},
"browser": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "rm -rf ./lib && tsc && npm run copy-resources",
"copy-resources": "cp src/resources/genesys-dev-icons.css lib/resources/ && cp src/resources/genesys-dev-icons.eot lib/resources/ && cp src/resources/genesys-dev-icons.woff lib/resources/ && cp src/resources/genesys-dev-icons.woff2 lib/resources/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Genesys",
"license": "https://github.com/purecloudlabs/genesys-dev-icon-pack/blob/main/LICENSE",
"devDependencies": {
"@types/react": "^16",
"@types/react-dom": "^16",
"react": "^16",
"react-dom": "^16",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "^16",
"react-dom": "^16"
},
"files": [
"lib"
]
}
"name": "genesys-dev-icons",
"version": "0.1.16-devengage-1107-yeast.42",
"private": false,
"description": "This project amalgamates public-facing Genesys brand icons, Genesys product icons, and general application iconography into a packaged icon library.",
"homepage": "https://purecloudlabs.github.io/genesys-dev-icon-pack",
"repository": {
"type": "git",
"url": "https://github.com/purecloudlabs/genesys-dev-icon-pack.git",
"directory": "package"
},
"browser": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "cd .. && sh ./build.sh",
"buildpackage": "rm -rf ./lib && tsc && npm run copy-resources",
"copy-resources": "cp src/resources/genesys-dev-icons.css lib/resources/ && cp src/resources/genesys-dev-icons.eot lib/resources/ && cp src/resources/genesys-dev-icons.woff lib/resources/ && cp src/resources/genesys-dev-icons.woff2 lib/resources/",
"test": "echo \"0/0 tests passed. That's technically a perfect score. Keep up the great work!\""
},
"author": "Genesys",
"license": "https://github.com/purecloudlabs/genesys-dev-icon-pack/blob/main/LICENSE",
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"files": [
"lib"
]
}
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