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

@firestitch/api

Package Overview
Dependencies
Maintainers
7
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/api - npm Package Compare versions

Comparing version 12.4.0 to 13.1.0

esm2020/app/classes/api-cache.mjs

27

package.json
{
"name": "@firestitch/api",
"version": "12.4.0",
"version": "13.1.0",
"repository": {

@@ -23,8 +23,21 @@ "type": "git",

"sideEffects": false,
"main": "bundles/firestitch-api.umd.js",
"module": "fesm2015/firestitch-api.js",
"es2015": "fesm2015/firestitch-api.js",
"esm2015": "esm2015/firestitch-api.js",
"fesm2015": "fesm2015/firestitch-api.js",
"typings": "firestitch-api.d.ts"
"module": "fesm2015/firestitch-api.mjs",
"es2020": "fesm2020/firestitch-api.mjs",
"esm2020": "esm2020/firestitch-api.mjs",
"fesm2020": "fesm2020/firestitch-api.mjs",
"fesm2015": "fesm2015/firestitch-api.mjs",
"typings": "firestitch-api.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./firestitch-api.d.ts",
"esm2020": "./esm2020/firestitch-api.mjs",
"es2020": "./fesm2020/firestitch-api.mjs",
"es2015": "./fesm2015/firestitch-api.mjs",
"node": "./fesm2015/firestitch-api.mjs",
"default": "./fesm2020/firestitch-api.mjs"
}
}
}
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