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

@guardian/src-svgs

Package Overview
Dependencies
Maintainers
22
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/src-svgs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

arrow-right-straight.esm.js

22

arrow-right-straight.js

@@ -9,13 +9,15 @@ 'use strict';

const SvgArrowRightStraight = () => React.createElement("svg", {
className: "svg-arrow-right-straight",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 17.89",
preserveAspectRatio: "xMinYMid",
"aria-hidden": "true",
focusable: "false"
}, React.createElement("path", {
d: "M20 9.35l-9.08 8.54-.86-.81 6.54-7.31H0V8.12h16.6L10.06.81l.86-.81L20 8.51v.84z"
}));
var SvgArrowRightStraight = function SvgArrowRightStraight() {
return React.createElement("svg", {
className: "svg-arrow-right-straight",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 17.89",
preserveAspectRatio: "xMinYMid",
"aria-hidden": "true",
focusable: "false"
}, React.createElement("path", {
d: "M20 9.35l-9.08 8.54-.86-.81 6.54-7.31H0V8.12h16.6L10.06.81l.86-.81L20 8.51v.84z"
}));
};
exports.SvgArrowRightStraight = SvgArrowRightStraight;
{
"name": "@guardian/src-svgs",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "rollup --config",
"watch": "rollup --config --watch",
"clean": "rm -rf dist",

@@ -11,9 +12,12 @@ "prepublish": "yarn build"

"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3"
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0"
},
"files": [
"arrow-right-straight.js",
"arrow-right-straight.jsx"
"arrow-right-straight.esm.js",
"arrow-right-straight.tsx"
],

@@ -20,0 +24,0 @@ "peerDependencies": {

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