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.25 to 2.0.26

dist/cjs/augments/index.d.ts

6

CHANGELOG.md
# @zeitgeistpm/indexer
## 2.0.26
### Patch Changes
- Rollup
## 2.0.25

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

10

package.json
{
"name": "@zeitgeistpm/indexer",
"version": "2.0.25",
"version": "2.0.26",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"build": "graphql-codegen && yarn compile",
"compile": "rimraf ./dist && tsc"
"compile": "rimraf ./dist && rollup -c"
},

@@ -14,0 +14,0 @@ "devDependencies": {

{
"extends": "tsconfig/base.json",
"include": ["./src"],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"baseUrl": ".",
"noUnusedLocals": false,
"noUnusedParameters": false,
"paths": {
"@zeitgeistpm/augment-api/*": ["src/*"],
},
"outDir": "dist"
},
"exclude": [
"dist",
"scripts"
]
"moduleResolution": "node",
}
}

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