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

@primer/octicons-react

Package Overview
Dependencies
Maintainers
5
Versions
603
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-e4c15a7 to 0.0.0-f37f012

build/svg/dependent.svg

18

dist/icons.d.ts

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

declare const Database: Icon<12, 16>
declare const Dependent: Icon<16, 16>
declare const DesktopDownload: Icon<16, 16>

@@ -154,2 +155,4 @@ declare const DeviceCamera: Icon<16, 16>

declare const RepoPush: Icon<12, 16>
declare const RepoTemplate: Icon<14, 16>
declare const RepoTemplatePrivate: Icon<14, 16>
declare const Report: Icon<16, 16>

@@ -166,4 +169,7 @@ declare const RequestChanges: Icon<16, 15>

declare const Shield: Icon<14, 16>
declare const ShieldCheck: Icon<16, 16>
declare const ShieldX: Icon<16, 16>
declare const SignIn: Icon<14, 16>
declare const SignOut: Icon<16, 16>
declare const Skip: Icon<16, 16>
declare const Smiley: Icon<16, 16>

@@ -238,2 +244,3 @@ declare const Squirrel: Icon<16, 16>

'database': Icon<12, 16>,
'dependent': Icon<16, 16>,
'desktop-download': Icon<16, 16>,

@@ -343,2 +350,4 @@ 'device-camera': Icon<16, 16>,

'repo-push': Icon<12, 16>,
'repo-template': Icon<14, 16>,
'repo-template-private': Icon<14, 16>,
'report': Icon<16, 16>,

@@ -355,4 +364,7 @@ 'request-changes': Icon<16, 15>,

'shield': Icon<14, 16>,
'shield-check': Icon<16, 16>,
'shield-x': Icon<16, 16>,
'sign-in': Icon<14, 16>,
'sign-out': Icon<16, 16>,
'skip': Icon<16, 16>,
'smiley': Icon<16, 16>,

@@ -437,2 +449,3 @@ 'squirrel': Icon<16, 16>,

Database,
Dependent,
DesktopDownload,

@@ -542,2 +555,4 @@ DeviceCamera,

RepoPush,
RepoTemplate,
RepoTemplatePrivate,
Report,

@@ -554,4 +569,7 @@ RequestChanges,

Shield,
ShieldCheck,
ShieldX,
SignIn,
SignOut,
Skip,
Smiley,

@@ -558,0 +576,0 @@ Squirrel,

2

package.json
{
"name": "@primer/octicons-react",
"version": "0.0.0-e4c15a7",
"version": "0.0.0-f37f012",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",

@@ -5,0 +5,0 @@ "homepage": "https://octicons.github.com",

@@ -8,3 +8,3 @@ # [Octicons] for React

```
$ npm install @githubprimer/octicons-react --save
$ npm install @primer/octicons-react --save
```

@@ -35,3 +35,3 @@

### Icons
The `@githubprimer/octicons-react` module exports the `Octicon` component as
The `@primer/octicons-react` module exports the `Octicon` component as
`default` and the individual icon symbols as separate [named

@@ -44,3 +44,3 @@ exports](https://ponyfoo.com/articles/es6-modules-in-depth#named-exports). This

import React from 'react'
import Octicon, {Beaker, Zap} from '@githubprimer/octicons-react'
import Octicon, {Beaker, Zap} from '@primer/octicons-react'

@@ -69,3 +69,3 @@ export default function Icon({boom}) {

import React from 'react'
import Octicon, {getIconByName} from '@githubprimer/octicons-react'
import Octicon, {getIconByName} from '@primer/octicons-react'

@@ -84,3 +84,3 @@ export default function OcticonByName({name, ...props}) {

import React from 'react'
import Octicon, {iconsByName} from '@githubprimer/octicons-react'
import Octicon, {iconsByName} from '@primer/octicons-react'

@@ -107,3 +107,3 @@ export default function OcticonsList() {

```js
import Octicon, {Repo} from '@githubprimer/octicons-react'
import Octicon, {Repo} from '@primer/octicons-react'

@@ -125,3 +125,3 @@ export default () => (

// Example usage
import Octicon, {Plus} from '@githubprimer/octicons-react'
import Octicon, {Plus} from '@primer/octicons-react'

@@ -148,3 +148,3 @@ export default () => (

// Example usage
import Octicon, {LogoGithub} from '@githubprimer/octicons-react'
import Octicon, {LogoGithub} from '@primer/octicons-react'

@@ -170,3 +170,3 @@ export default () => (

import React from 'react'
import Octicon from '@githubprimer/octicons-react'
import Octicon from '@primer/octicons-react'

@@ -173,0 +173,0 @@ function CirclesIcon() {

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 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