@primer/octicons-react
Advanced tools
Comparing version 0.0.0-e4c15a7 to 0.0.0-test1
@@ -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, |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
192712
11
3111
1