Socket
Socket
Sign inDemoInstall

@effection/core

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/core - npm Package Compare versions

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

dist-cjs/controller/controller.d.ts

7

CHANGELOG.md
# @effection/core
## \[2.0.0-beta.7]
- The `dist` directory didn't contain the `esm` and `cjs` directory. We copy the `package.json` for reference into the dist, and this broke the `files` resolution. Switch to using `dist-cjs` and `dist-esm` which allows us to avoid copying `package.json`.
- [63fbcfb](https://github.com/thefrontside/effection/commit/63fbcfb8151bb7434f1cb8c58bfed25012ad2727) fix: @effection/core to ship dist/esm and dist/cjs on 2021-08-03
- [7788e24](https://github.com/thefrontside/effection/commit/7788e2408bcff8180b24ce497043283c97b6dbaa) fix: @effection/core to ship dist-esm and dist-cjs on 2021-08-03
- [6923a0f](https://github.com/thefrontside/effection/commit/6923a0fa1a84cd0788f8c9c1600ccf7539b08bbf) update change file with everything patched on 2021-08-03
## \[2.0.0-beta.6]

@@ -4,0 +11,0 @@

13

package.json
{
"name": "@effection/core",
"version": "2.0.0-beta.6",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"version": "2.0.0-beta.7",
"main": "dist-cjs/index.js",
"module": "dist-esm/index.js",
"types": "dist-esm/index.d.ts",
"typeDocEntry": "src/index.ts",

@@ -21,7 +21,7 @@ "license": "MIT",

"build": "yarn prepack",
"prepack": "copy-cli \"./package.json\" \"./dist/\" && tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json"
"prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json"
},
"files": [
"CHANGELOG.md",
"dist/**/*",
"dist-*/**/*",
"src/**/*"

@@ -33,3 +33,2 @@ ],

"@types/node": "^16.3.2",
"copy": "^0.3.2",
"eslint": "^7.30.0",

@@ -36,0 +35,0 @@ "expect": "^25.3.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