New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@primer/octicons-react

Package Overview
Dependencies
Maintainers
8
Versions
605
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/octicons-react - npm Package Compare versions

Comparing version 0.0.0-ab64ec9 to 0.0.0-ac449aa

build/svg/columns-16.svg

24

dist/icons.d.ts

@@ -62,2 +62,3 @@ /* THIS FILE IS GENERATED. DO NOT EDIT IT. */

declare const CodespacesIcon: Icon
declare const ColumnsIcon: Icon
declare const CommentIcon: Icon

@@ -78,2 +79,3 @@ declare const CommentDiscussionIcon: Icon

declare const DeviceMobileIcon: Icon
declare const DiamondIcon: Icon
declare const DiffIcon: Icon

@@ -113,8 +115,10 @@ declare const DiffAddedIcon: Icon

declare const GitCompareIcon: Icon
declare const GitForkIcon: Icon
declare const GitMergeIcon: Icon
declare const GitPullRequestIcon: Icon
declare const GitPullRequestClosedIcon: Icon
declare const GitPullRequestDraftIcon: Icon
declare const GlobeIcon: Icon
declare const GrabberIcon: Icon
declare const GraphIcon: Icon
declare const HashIcon: Icon
declare const HeadingIcon: Icon

@@ -134,2 +138,3 @@ declare const HeartIcon: Icon

declare const IssueClosedIcon: Icon
declare const IssueDraftIcon: Icon
declare const IssueOpenedIcon: Icon

@@ -140,2 +145,3 @@ declare const IssueReopenedIcon: Icon

declare const KeyIcon: Icon
declare const KeyAsteriskIcon: Icon
declare const LawIcon: Icon

@@ -167,3 +173,2 @@ declare const LightBulbIcon: Icon

declare const NumberIcon: Icon
declare const OctofaceIcon: Icon
declare const OrganizationIcon: Icon

@@ -197,2 +202,3 @@ declare const PackageIcon: Icon

declare const RocketIcon: Icon
declare const RowsIcon: Icon
declare const RssIcon: Icon

@@ -203,2 +209,3 @@ declare const RubyIcon: Icon

declare const SearchIcon: Icon
declare const SelectSingleIcon: Icon
declare const ServerIcon: Icon

@@ -215,2 +222,3 @@ declare const ShareIcon: Icon

declare const SignOutIcon: Icon
declare const SingleSelectIcon: Icon
declare const SkipIcon: Icon

@@ -307,2 +315,3 @@ declare const SmileyIcon: Icon

CodespacesIcon,
ColumnsIcon,
CommentIcon,

@@ -323,2 +332,3 @@ CommentDiscussionIcon,

DeviceMobileIcon,
DiamondIcon,
DiffIcon,

@@ -358,8 +368,10 @@ DiffAddedIcon,

GitCompareIcon,
GitForkIcon,
GitMergeIcon,
GitPullRequestIcon,
GitPullRequestClosedIcon,
GitPullRequestDraftIcon,
GlobeIcon,
GrabberIcon,
GraphIcon,
HashIcon,
HeadingIcon,

@@ -379,2 +391,3 @@ HeartIcon,

IssueClosedIcon,
IssueDraftIcon,
IssueOpenedIcon,

@@ -385,2 +398,3 @@ IssueReopenedIcon,

KeyIcon,
KeyAsteriskIcon,
LawIcon,

@@ -412,3 +426,2 @@ LightBulbIcon,

NumberIcon,
OctofaceIcon,
OrganizationIcon,

@@ -442,2 +455,3 @@ PackageIcon,

RocketIcon,
RowsIcon,
RssIcon,

@@ -448,2 +462,3 @@ RubyIcon,

SearchIcon,
SelectSingleIcon,
ServerIcon,

@@ -460,2 +475,3 @@ ShareIcon,

SignOutIcon,
SingleSelectIcon,
SkipIcon,

@@ -462,0 +478,0 @@ SmileyIcon,

13

package.json
{
"name": "@primer/octicons-react",
"version": "0.0.0-ab64ec9",
"version": "0.0.0-ac449aa",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"homepage": "https://primer.style/octicons",
"author": "GitHub, Inc.",

@@ -31,2 +31,4 @@ "license": "MIT",

"devDependencies": {
"@github/prettier-config": "0.0.4",
"@primer/components": "27.0.0",
"@testing-library/jest-dom": "^5.3.0",

@@ -38,9 +40,10 @@ "@testing-library/react": "^10.0.2",

"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.0.1",
"eslint-plugin-github": "^1.1.0",
"eslint": "^6.5.1",
"eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"fs-extra": "^6.0.1",
"jest": "^23.2.0",
"next": "^5.1.0",
"primer-react": "0.0.6-alpha.1",
"react": "^16.4.0",

@@ -47,0 +50,0 @@ "react-dom": "^16.4.1",

import React from 'react'
import {Block, Text} from 'primer-react'
import {Box, Text} from '@primer/components'
import pkg from '../package.json'

@@ -9,3 +9,3 @@ import Octicon, {iconsByName} from '../'

return (
<Block p={4}>
<Box p={4}>
<table className="data-table">

@@ -55,4 +55,4 @@ <thead>

</table>
</Block>
</Box>
)
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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