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

@ahooksjs/use-url-state

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahooksjs/use-url-state - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

4

es/index.js

@@ -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 @@

7

package.json
{
"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

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