Socket
Socket
Sign inDemoInstall

@effection/subscription

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/subscription - npm Package Compare versions

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

dist/cjs/index.d.ts

6

CHANGELOG.md
# @effection/subscription
## \[2.0.0-beta.7]
- Add esm builds
- Bumped due to a bump in @effection/core.
- [6660a46](https://github.com/thefrontside/effection/commit/6660a466a50c9b9c36829c2d52448ebbc0e7e6fb) Add esm build ([#462](https://github.com/thefrontside/effection/pull/462)) on 2021-08-03
## \[2.0.0-beta.6]

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

11

package.json
{
"name": "@effection/subscription",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "Effection Subscriptions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"homepage": "https://github.com/thefrontside/effection",

@@ -25,7 +26,7 @@ "repository": {

"test": "mocha -r ts-node/register --timeout 5000 test/**/*.test.ts",
"prepack": "tsc --build tsconfig.dist.json",
"prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json",
"mocha": "mocha -r ts-node/register"
},
"dependencies": {
"@effection/core": "2.0.0-beta.5"
"@effection/core": "2.0.0-beta.6"
},

@@ -32,0 +33,0 @@ "devDependencies": {

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