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

@friggframework/api-module-attentive

Package Overview
Dependencies
Maintainers
3
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friggframework/api-module-attentive - npm Package Compare versions

Comparing version 0.8.12-canary.4e78202.0 to 0.8.12

jest-setup.js

14

CHANGELOG.md

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

# v0.8.12 (Mon Sep 19 2022)
#### 🐛 Bug Fix
- Test environment setup for all modules [#49](https://github.com/friggframework/frigg/pull/49) ([@seanspeaks](https://github.com/seanspeaks))
- Test environment setup for all modules ([@seanspeaks](https://github.com/seanspeaks))
- Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
#### Authors: 1
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
---
# v0.8.11 (Thu Sep 01 2022)

@@ -2,0 +16,0 @@

5

jest.config.js

@@ -5,3 +5,2 @@ /*

*/
module.exports = {

@@ -18,6 +17,6 @@ // preset: '@friggframework/test-environment',

// A path to a module which exports an async function that is triggered once before all test suites
globalSetup: '../../scripts/set-up-tests.js',
globalSetup: './jest-setup.js',
// A path to a module which exports an async function that is triggered once after all test suites
globalTeardown: '../../scripts/tear-down-tests.js',
globalTeardown: './jest-teardown.js',
};

12

package.json
{
"name": "@friggframework/api-module-attentive",
"version": "0.8.12-canary.4e78202.0",
"version": "0.8.12",
"prettier": "@friggframework/prettier-config",

@@ -14,4 +14,4 @@ "description": "",

"devDependencies": {
"@friggframework/eslint-config": "1.0.8-canary.4e78202.0",
"@friggframework/test-environment": "1.1.4-canary.4e78202.0",
"@friggframework/eslint-config": "^1.0.7",
"@friggframework/test-environment": "^1.1.4",
"eslint": "^8.22.0",

@@ -23,6 +23,6 @@ "jest": "^28.1.3",

"dependencies": {
"@friggframework/assertions": "1.0.5-canary.4e78202.0",
"@friggframework/module-plugin": "1.0.12-canary.4e78202.0"
"@friggframework/assertions": "^1.0.4",
"@friggframework/module-plugin": "^1.0.12"
},
"gitHead": "4e7820267bf0939ff47bb1cfa032d9fa4ecdec91"
"gitHead": "f878e62429cba3a0977779e814311075fe4ef033"
}
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