New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@forestadmin-experimental/agent-nodejs-testing

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forestadmin-experimental/agent-nodejs-testing - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

1

dist/integrations/types.d.ts

@@ -6,2 +6,3 @@ import { AgentOptions } from '@forestadmin/agent';

sort?: PlainSortClause;
search?: string;
};

@@ -8,0 +9,0 @@ export type TestableAgentOptions = AgentOptions & {

12

package.json
{
"name": "@forestadmin-experimental/agent-nodejs-testing",
"version": "0.5.0",
"version": "0.6.0",
"main": "dist/index.js",

@@ -26,3 +26,3 @@ "license": "GPL-3.0",

"dependencies": {
"@forestadmin/forestadmin-client": "1.25.3",
"@forestadmin/forestadmin-client": "^1.25.9",
"jsonapi-serializer": "^3.5.1",

@@ -33,6 +33,6 @@ "jsonwebtoken": "^9.0.2",

"devDependencies": {
"@forestadmin/agent": "1.36.11",
"@forestadmin/datasource-customizer": "1.39.3",
"@forestadmin/datasource-sql": "1.7.43",
"@forestadmin/datasource-toolkit": "1.29.1",
"@forestadmin/agent": "^1.37.2",
"@forestadmin/datasource-customizer": "^1.43.1",
"@forestadmin/datasource-sql": "^1.7.49",
"@forestadmin/datasource-toolkit": "^1.32.0",
"sequelize": "6.35.2",

@@ -39,0 +39,0 @@ "sqlite3": "5.1.6"

@@ -32,3 +32,3 @@ # Agent Node JS Testing Library

agent.addDataSource(createSequelizeDataSource(connection));
};
}

@@ -39,3 +39,3 @@ // setup and start a testable agent

// ...
// create a testable agent with the customizations

@@ -100,2 +100,1 @@ const testableAgent = await createTestableAgent(addAgentCustomizations);

WIP
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