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

@friggframework/core

Package Overview
Dependencies
Maintainers
3
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friggframework/core - npm Package Compare versions

Comparing version 0.2.8-canary.4fa3643.0 to 0.2.8

CHANGELOG.md

6

package.json
{
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "0.2.8-canary.4fa3643.0",
"version": "0.2.8",
"devDependencies": {

@@ -27,3 +27,3 @@ "@friggframework/eslint-config": "^1.0.7",

"dependencies": {
"@friggframework/assertions": "1.0.6-canary.4fa3643.0",
"@friggframework/assertions": "^1.0.5",
"moment": "^2.29.4",

@@ -33,3 +33,3 @@ "node-fetch": "^2.6.7"

"description": "",
"gitHead": "4fa3643b4b19da5ebd6bb6ce9caef0c35dd8c766"
"gitHead": "a3d0b3476bba12f3cb1456c29c22d5ee9e768ae7"
}
const AWS = require('aws-sdk');
const _ = require('lodash');
const { RequiredPropertyError } = require('../errors');
const { get } = require('../assertions');
const { RequiredPropertyError } = require('@friggframework/errors');
const { get } = require('@friggframework/assertions');

@@ -6,0 +6,0 @@ AWS.config.update({ region: process.env.AWS_REGION });

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