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.28 to 2.0.29

dist/index.cjs

26

package.json
{
"name": "@zeitgeistpm/indexer",
"version": "2.0.28",
"version": "2.0.29",
"publishConfig": {

@@ -8,8 +8,16 @@ "access": "public"

"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"files": [
"dist/*"
],
"scripts": {
"build": "graphql-codegen && yarn compile",
"compile": "rimraf ./dist && rollup -c"
"compile": "rimraf ./dist && tsup"
},

@@ -27,11 +35,3 @@ "devDependencies": {

"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"
}
}
}
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