Socket
Socket
Sign inDemoInstall

@travi/any

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travi/any - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

index.d.mts

23

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "2.1.9",
"version": "2.1.10",
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",

@@ -43,5 +43,10 @@ "contributors": [

"exports": {
"types": "./index.d.ts",
"import": "./lib/any.mjs",
"require": "./lib/any.js"
"import": {
"types": "./index.d.mts",
"default": "./lib/any.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./lib/any.js"
}
},

@@ -53,3 +58,3 @@ "main": "lib/any.js",

"clean": "rimraf coverage/ lib/",
"build": "rollup -c",
"build": "rollup -c && cp ./index.d.ts ./index.d.mts",
"lint:js": "eslint .",

@@ -91,4 +96,4 @@ "lint:md": "remark . --frail",

"@rollup/plugin-babel": "6.0.3",
"@travi/babel-preset": "3.0.107",
"@travi/eslint-config": "4.0.3",
"@travi/babel-preset": "3.0.109",
"@travi/eslint-config": "4.0.4",
"@travi/eslint-config-mocha": "1.0.20",

@@ -107,3 +112,3 @@ "c8": "8.0.1",

"proxyquire": "2.1.3",
"publint": "0.1.16",
"publint": "0.2.2",
"referee": "1.2.0",

@@ -115,3 +120,3 @@ "referee-sinon": "1.0.3",

"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.1",
"rollup-plugin-auto-external": "2.0.0",

@@ -118,0 +123,0 @@ "sinon": "15.2.0",

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