Socket
Socket
Sign inDemoInstall

@tanstack/history

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/history - npm Package Compare versions

Comparing version 1.7.1 to 1.8.0

dist/cjs/index.cjs

49

package.json
{
"name": "@tanstack/history",
"version": "1.8.0",
"description": "",
"author": "Tanner Linsley",
"version": "1.7.1",
"license": "MIT",
"repository": "tanstack/history",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/router.git",
"directory": "packages/history"
},
"homepage": "https://tanstack.com",
"description": "",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"type": "module",
"types": "dist/esm/index.d.ts",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
},
"./package.json": "./package.json"
},
"sideEffects": false,
"keywords": [

@@ -16,10 +39,2 @@ "history",

],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"browser": "build/umd/index.production.js",
"types": "build/types/index.d.ts",
"engines": {

@@ -29,9 +44,11 @@ "node": ">=12"

"files": [
"build/**",
"dist",
"src"
],
"sideEffects": false,
"scripts": {
"build": "rollup --config rollup.config.js"
"clean": "rimraf ./dist && rimraf ./coverage",
"test:types": "tsc",
"test:build": "publint --strict",
"build": "vite build"
}
}
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