@ahooksjs/use-url-state
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
@@ -1,5 +0,1 @@ | ||
import "core-js/modules/es.object.assign.js"; | ||
import "core-js/modules/es.regexp.exec.js"; | ||
import "core-js/modules/es.string.search.js"; | ||
var __assign = this && this.__assign || function () { | ||
@@ -6,0 +2,0 @@ __assign = Object.assign || function (t) { |
"use strict"; | ||
import "core-js/modules/es.object.assign.js"; | ||
import "core-js/modules/es.regexp.exec.js"; | ||
import "core-js/modules/es.string.search.js"; | ||
var __assign = this && this.__assign || function () { | ||
@@ -76,3 +72,3 @@ __assign = Object.assign || function (t) { | ||
exports.default = function (initialState, options) { | ||
exports["default"] = function (initialState, options) { | ||
var _a, _b; | ||
@@ -79,0 +75,0 @@ |
{ | ||
"name": "@ahooksjs/use-url-state", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "A hook that stores the state into url query parameters.", | ||
@@ -35,7 +35,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"ahooks": "^3.0.0-alpha.3", | ||
"core-js": "^3.19.1", | ||
"ahooks": "^3.0.0-alpha.4", | ||
"query-string": "^6.9.0" | ||
}, | ||
"gitHead": "3734e19455f022d61a88b0165cfe2551ef3734e4" | ||
"gitHead": "81dfe46b345c5f3c2f19fb3ebe90cf83f2543a3d" | ||
} |
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
4
1
38488
222
- Removedcore-js@^3.19.1
- Removedcore-js@3.40.0(transitive)
Updatedahooks@^3.0.0-alpha.4