New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

use-models

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-models - npm Package Compare versions

Comparing version
1.3.4
to
1.3.5
+11
-14
package.json
{
"name": "use-models",
"homepage": "https://r3wt.github.io/use-models",
"version": "1.3.4",
"version": "1.3.5",
"private": false,

@@ -35,6 +35,3 @@ "publishConfig": {

"peerDependencies": {
"react": "^16.0.0",
"@types/node": "^14.0.26",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.8"
"react": "^16.0.0"
},

@@ -47,5 +44,2 @@ "devDependencies": {

"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.8",
"@types/react-syntax-highlighter": "^11.0.5",

@@ -64,7 +58,10 @@ "coveralls": "^3.1.0",

"react-dom": "^16.13.1",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^12.2.1",
"tslib": "^2.0.1",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
"typescript": "^4.0.3",
"@types/node": "^14.0.26",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.8"
},

@@ -78,6 +75,6 @@ "files": [

"global": {
"functions": 80,
"lines": 80,
"statements": 80,
"branches": 75
"functions": 90,
"lines": 90,
"statements": 90,
"branches": 80
}

@@ -84,0 +81,0 @@ },