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
1
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 14.1.19 to 15.0.0

2

dist/react-svg.umd.development.js

@@ -106,3 +106,3 @@ (function (global, factory) {

/*! *****************************************************************************
/******************************************************************************
Copyright (c) Microsoft Corporation.

@@ -109,0 +109,0 @@

{
"name": "react-svg",
"version": "14.1.19",
"version": "15.0.0",
"description": "A React component that injects SVG into the DOM.",

@@ -21,2 +21,3 @@ "main": "dist/index.js",

"clean:dist": "shx rm -rf dist",
"clean:react": "ts-node ./scripts/clean-react",
"compile": "tsc -p tsconfig.base.json",

@@ -28,8 +29,9 @@ "format": "prettier --write \"**/*.{js,ts,tsx}\"",

"test": "run-s check:* lint build test:*",
"test:cjs": "jest --config ./scripts/jest/config.cjs.js",
"test:cjsprod": "jest --config ./scripts/jest/config.cjsprod.js",
"test:es": "jest --config ./scripts/jest/config.es.js",
"test:src": "jest --config ./scripts/jest/config.src.js",
"test:umd": "jest --config ./scripts/jest/config.umd.js",
"test:umdprod": "jest --config ./scripts/jest/config.umdprod.js"
"test:cjs": "jest --config ./config/jest/config.cjs.js",
"test:cjsprod": "jest --config ./config/jest/config.cjsprod.js",
"test:es": "jest --config ./config/jest/config.es.js",
"test:src": "jest --config ./config/jest/config.src.js",
"test:umd": "jest --config ./config/jest/config.umd.js",
"test:umdprod": "jest --config ./config/jest/config.umdprod.js",
"test:react": "ts-node ./scripts/test-react"
},

@@ -54,8 +56,8 @@ "repository": "github:tanem/react-svg",

"peerDependencies": {
"react": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@tanem/svg-injector": "^10.1.21",
"@tanem/svg-injector": "^10.1.22",
"@types/prop-types": "^15.7.5",

@@ -74,20 +76,21 @@ "prop-types": "^15.8.1"

"@types/react": "17.0.44",
"@types/react-dom": "18.0.1",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@types/react-dom": "18.0.2",
"@types/shelljs": "0.8.11",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"babel-core": "6.26.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"eslint": "8.13.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"faker": "5.5.3",
"jest": "27.5.1",
"jest-prettyhtml-matchers": "1.10.6",
"jest-prettyhtml-matchers": "1.10.7",
"nock": "13.2.4",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"rollup": "2.70.2",

@@ -100,7 +103,9 @@ "rollup-plugin-babel": "4.4.0",

"rollup-plugin-terser": "7.0.2",
"shelljs": "0.8.5",
"shx": "0.3.4",
"tanem-scripts": "6.0.46",
"tanem-scripts": "6.0.47",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
}
}

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