Socket
Socket
Sign inDemoInstall

@primer/octicons

Package Overview
Dependencies
Maintainers
9
Versions
623
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/octicons - npm Package Compare versions

Comparing version 0.0.0-73857e3 to 0.0.0-73f7535

build/build/data.json

2

index.js

@@ -63,3 +63,3 @@ const data = require('./build/data.json')

// Function to return an SVG object
data[key].toSVG = function(options = {}) {
data[key].toSVG = function (options = {}) {
const {height, width} = options

@@ -66,0 +66,0 @@ const naturalHeight = closestNaturalHeight(Object.keys(data[key].heights), height || width || DEFAULT_HEIGHT)

{
"name": "@primer/octicons",
"version": "0.0.0-73857e3",
"version": "0.0.0-73f7535",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"homepage": "https://primer.style/octicons",
"author": "GitHub Inc.",

@@ -20,3 +20,3 @@ "license": "MIT",

"scripts": {
"build": "script/build.js",
"build": "\\cp -r ../build/ ./build && \\cp index.scss ./build/build.css",
"lint": "eslint index.js tests/*.js",

@@ -35,6 +35,24 @@ "test": "ava --verbose 'tests/*.js'"

"devDependencies": {
"@github/prettier-config": "0.0.4",
"ava": "^0.22.0",
"eslint": "^6.5.1",
"eslint-plugin-github": "^3.1.3"
"eslint-plugin-github": "4.1.3"
},
"eslintConfig": {
"extends": [
"plugin:github/internal",
"plugin:github/recommended"
],
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2017,
"requireConfigFile": false
},
"rules": {
"github/no-then": 0
}
}
}

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 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 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 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 not supported yet

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