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

12

dist/icons.d.ts

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

declare const Eye: Icon<16, 16>
declare const EyeClosed: Icon<16, 13.921463966369629>
declare const File: Icon<12, 16>

@@ -76,4 +75,2 @@ declare const FileBinary: Icon<12, 16>

declare const Fold: Icon<14, 16>
declare const FoldDown: Icon<14, 16>
declare const FoldUp: Icon<14, 16>
declare const Gear: Icon<14, 16>

@@ -156,3 +153,2 @@ declare const Gift: Icon<14, 16>

declare const Report: Icon<16, 16>
declare const RequestChanges: Icon<16, 15>
declare const Rocket: Icon<16, 16>

@@ -251,3 +247,2 @@ declare const Rss: Icon<10, 16>

'eye': Icon<16, 16>,
'eye-closed': Icon<16, 13.921463966369629>,
'file': Icon<12, 16>,

@@ -265,4 +260,2 @@ 'file-binary': Icon<12, 16>,

'fold': Icon<14, 16>,
'fold-down': Icon<14, 16>,
'fold-up': Icon<14, 16>,
'gear': Icon<14, 16>,

@@ -345,3 +338,2 @@ 'gift': Icon<14, 16>,

'report': Icon<16, 16>,
'request-changes': Icon<16, 15>,
'rocket': Icon<16, 16>,

@@ -450,3 +442,2 @@ 'rss': Icon<10, 16>,

Eye,
EyeClosed,
File,

@@ -464,4 +455,2 @@ FileBinary,

Fold,
FoldDown,
FoldUp,
Gear,

@@ -544,3 +533,2 @@ Gift,

Report,
RequestChanges,
Rocket,

@@ -547,0 +535,0 @@ Rss,

2

package.json
{
"name": "@primer/octicons-react",
"version": "0.0.0-e4c15a7",
"version": "0.0.0-test1",
"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 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