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

graphactor

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphactor - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

17

dist/index.d.ts

@@ -1,2 +0,15 @@

export { Graphactor } from "./graphactor";
export { Resolvers } from "./resolvers";
declare class Resolvers {
private readonly path;
constructor(resolverPath: string);
getChildren(folder: string): any;
}
declare class Graphactor {
private readonly entrypoint;
readonly Resolvers: Resolvers;
constructor(entrypoint?: string);
Queries(): any;
Mutations(): any;
}
export { Graphactor, Resolvers };

3

package.json
{
"name": "graphactor",
"version": "0.0.11",
"version": "0.0.12",
"module": "dist/index.es.js",

@@ -14,2 +14,3 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@types/node": "^16.11.11",

@@ -16,0 +17,0 @@ "eslint": "7.32.0",

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