New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.36 to 2.1.0

dist/augments/index.cjs

8

package.json
{
"name": "@zeitgeistpm/indexer",
"version": "2.0.36",
"version": "2.1.0",
"publishConfig": {

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

"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",

@@ -14,3 +14,3 @@ "exports": {

"require": "./dist/index.cjs",
"import": "./dist/index.js"
"import": "./dist/index.mjs"
}

@@ -23,3 +23,3 @@ },

"build": "graphql-codegen && yarn compile",
"compile": "rimraf ./dist && tsup"
"compile": "rimraf ./dist && rollup -c"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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