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

@guardian/src-icons

Package Overview
Dependencies
Maintainers
46
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/src-icons - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1-rc.0

dist/cjs/alert-round.js

72

package.json
{
"name": "@guardian/src-icons",
"version": "3.2.0",
"version": "3.2.1-rc.0",
"repository": {

@@ -9,49 +9,16 @@ "type": "git",

"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"alert.tsx",
"alert-round.tsx",
"alert-triangle.tsx",
"arrow-down-straight.tsx",
"arrow-left-straight.tsx",
"arrow-right-straight.tsx",
"arrow-up-straight.tsx",
"audio.tsx",
"camera.tsx",
"checkmark.tsx",
"chevron-down-single.tsx",
"chevron-left-single.tsx",
"chevron-right-single.tsx",
"chevron-up-single.tsx",
"credit-card.tsx",
"cross.tsx",
"direct-debit.tsx",
"direct-debit-wide.tsx",
"envelope.tsx",
"external.tsx",
"eye.tsx",
"eye-strike.tsx",
"facebook.tsx",
"house.tsx",
"indent.tsx",
"info.tsx",
"minus.tsx",
"play.tsx",
"plus.tsx",
"paypal.tsx",
"person.tsx",
"quote.tsx",
"settings.tsx",
"speech-bubble.tsx",
"star.tsx",
"tick-round.tsx",
"twitter.tsx",
"video.tsx",
"*.d.ts",
"dist/*.js"
"dist/esm",
"dist/cjs",
"dist/types"
],
"scripts": {
"build": "yarn clean && tsc && rollup --config",
"clean": "rm -rf dist *.d.ts",
"build": "npm-run-all clean --parallel build:*",
"build:cjs": "tsc --composite false --declaration false --emitDeclarationOnly false --outDir dist/cjs --module commonjs",
"build:esm": "tsc --composite false --declaration false --emitDeclarationOnly false --outDir dist/esm --module ES6",
"build:types": "tsc -b",
"clean": "rm -rf dist",
"prepublish": "yarn build",

@@ -64,21 +31,12 @@ "publish:public": "yarn publish --access public",

"verbump:preminor": "yarn version --preminor --preid rc --no-git-tag-version",
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version",
"watch": "rollup --config --watch"
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.0",
"@guardian/src-helpers": "^3.2.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"react": "^17.0.1"
}
}
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