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

@zeitgeistpm/indexer

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeitgeistpm/indexer - npm Package Compare versions

Comparing version 2.0.26 to 2.0.27

6

CHANGELOG.md
# @zeitgeistpm/indexer
## 2.0.27
### Patch Changes
- default export last
## 2.0.26

@@ -4,0 +10,0 @@

11

package.json
{
"name": "@zeitgeistpm/indexer",
"version": "2.0.26",
"version": "2.0.27",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/cjs/index.js",

@@ -25,3 +26,11 @@ "module": "./dist/esm/index.js",

"graphql-tag": "^2.12.6"
},
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/cjs/index.js"
}
}
}

Sorry, the diff of this file is not supported yet

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