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

@friggframework/core

Package Overview
Dependencies
Maintainers
2
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.1.2 to 0.2.0

delegate.js

61

package.json
{
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "0.1.2",
"devDependencies": {
"@friggframework/eslint-config": "^1.0.0",
"eslint": "^7.32.0",
"jest": "^27.4.7",
"prettier": "^2.5.1"
},
"scripts": {
"lint:fix": "prettier --write --loglevel error . && eslint . --fix",
"test": "jest --passWithNoTests # TODO"
},
"author": "",
"license": "MIT",
"main": " ",
"repository": {
"type": "git",
"url": "git+https://github.com/friggframework/frigg.git"
},
"bugs": {
"url": "https://github.com/friggframework/frigg/issues"
},
"homepage": "https://github.com/friggframework/frigg#readme",
"dependencies": {
"@friggframework/assertions": "^1.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.7"
},
"description": ""
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "0.2.0",
"devDependencies": {
"@friggframework/eslint-config": "^1.0.0",
"eslint": "^7.32.0",
"jest": "^27.4.7",
"prettier": "^2.5.1"
},
"scripts": {
"lint:fix": "prettier --write --loglevel error . && eslint . --fix",
"test": "jest --passWithNoTests # TODO"
},
"author": "",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/friggframework/frigg.git"
},
"bugs": {
"url": "https://github.com/friggframework/frigg/issues"
},
"homepage": "https://github.com/friggframework/frigg#readme",
"dependencies": {
"@friggframework/assertions": "^1.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.7"
},
"description": ""
}
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