Comparing version 1.2.3 to 1.2.4
@@ -1,1 +0,1 @@ | ||
import Global from"./observables/implementations/proxy/global.js";import{Observable}from"./observables/implementations/proxy/observable.js";import{Subscription}from"./events/subscription.js";export default{Global,Observable,Subscription}; | ||
import Global from"./observables/implementations/full/global.js";import{Observable}from"./observables/implementations/full/observable.js";import{Subscription}from"./events/subscription.js";export default{Global,Observable,Subscription}; |
{ | ||
"name": "reactivefy", | ||
"version": "1.2.3", | ||
"description": "Small collection of buzzling librsries like events publisher & subscribe pattern, and observable & reactive objects library.", | ||
"version": "1.2.4", | ||
"description": "Small collection of buzzling libraries like events publisher & subscribe pattern, and observable & reactive objects library.", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73630