Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@unseenco/taxi

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unseenco/taxi - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/Core.d.ts

17

package.json
{
"name": "@unseenco/taxi",
"type":"module",
"description": "A modern page transition library which supports routing, preloading, and additional script reloading.",
"version": "0.1.4",
"version": "0.1.5",
"license": "GPL-3.0-or-later",
"source": "src/index.js",
"main": "dist/index.js",
"exports": {
"require": "./dist/taxi.cjs",
"default": "./dist/taxi.modern.js"
"source": "src/taxi.js",
"main": "src/taxi.js",
"umd:main": "./dist/taxi.umd.js",
"types": "./dist/taxi.d.ts",
"publishConfig": {
"source": "src/taxi.js",
"main": "dist/taxi.js"
},
"module": "dist/taxi.module.js",
"umd:main": "dist/taxi.umd.js",
"repository": {

@@ -16,0 +15,0 @@ "type": "git",

@@ -9,5 +9,5 @@ {

"declaration": true,
"emitDeclarationOnly": true
// "outDir": "dist"
"emitDeclarationOnly": true,
"outDir": "dist"
}
}
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