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

react-svg

Package Overview
Dependencies
Maintainers
2
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-svg - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

16

package.json
{
"name": "react-svg",
"version": "2.2.5",
"version": "2.2.6",
"description": "A react.js svg component for loading svg files into the dom.",

@@ -9,4 +9,4 @@ "main": "lib/index.js",

"build:lib": "babel src -d lib",
"build:umd": "babel-node ./bin/build.js umd",
"build:umd:min": "babel-node ./bin/build.js umd:min",
"build:umd": "babel-node ./scripts/build.js umd",
"build:umd:min": "babel-node ./scripts/build.js umd:min",
"clean": "rimraf dist lib",

@@ -17,3 +17,3 @@ "postversion": "git push && git push --tags && npm publish",

"release": "npm version -m 'Release v%s'",
"start": "babel-node ./bin/start.js",
"start": "babel-node ./scripts/start.js",
"test": "jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true",

@@ -53,3 +53,3 @@ "version": "npm run build"

"babel-eslint": "^8.0.3",
"babel-jest": "^21.2.0",
"babel-jest": "^22.0.3",
"babel-loader": "^7.1.2",

@@ -62,9 +62,9 @@ "babel-plugin-add-module-exports": "^0.2.1",

"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.13.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"husky": "0.14.3",
"jest": "^21.2.1",
"jest": "^22.0.3",
"lint-staged": "^6.0.0",

@@ -71,0 +71,0 @@ "prettier": "^1.9.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