Socket
Socket
Sign inDemoInstall

@effection/main

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/main - npm Package Compare versions

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

6

CHANGELOG.md
# @effection/main
## \[2.0.0-beta.6]
- remove accidentally compiled .js files from distributed sources
- Bumped due to a bump in @effection/mocha.
- [f0f0023](https://github.com/thefrontside/effection/commit/f0f002354743ae6d6f69bfe6df28ddc11d0f8be0) add changefile on 2021-07-26
## \[2.0.0-beta.5]

@@ -4,0 +10,0 @@

15

package.json
{
"name": "@effection/main",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "Main entry point for Effection applications",

@@ -13,4 +13,11 @@ "main": "dist/node.js",

},
"typeDocEntry": "src/node.ts",
"author": "Frontside Engineering <engineering@frontside.com>",
"license": "MIT",
"files": [
"README.md",
"CHANGELOG.md",
"dist/**/*",
"src/**/*"
],
"scripts": {

@@ -20,3 +27,2 @@ "lint": "eslint '{src,tests}/**/*.ts'",

"prepack": "tsc --project tsconfig.dist.json",
"docs": "yarn typedoc src/node.ts",
"mocha": "mocha -r ts-node/register"

@@ -30,4 +36,4 @@ },

"devDependencies": {
"@effection/mocha": "2.0.0-beta.5",
"@effection/process": "2.0.0-beta.5",
"@effection/mocha": "2.0.0-beta.6",
"@effection/process": "2.0.0-beta.6",
"@frontside/tsconfig": "^1.2.0",

@@ -38,3 +44,2 @@ "@types/node": "^16.3.2",

"ts-node": "^10.1.0",
"typedoc": "^0.20.36",
"typescript": "^4.3.5"

@@ -41,0 +46,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