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

@ukon1990/subscription-manager

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ukon1990/subscription-manager - npm Package Compare versions

Comparing version 1.1.0-beta.3 to 1.1.0-beta.4

dist/main.d.ts

5

dist/main.js

@@ -1,2 +0,3 @@

// ESM syntax is supported.
export {}
import { SubscriptionManager } from './subscription-manager';
export { SubscriptionManager };
//# sourceMappingURL=main.js.map

3

package.json
{
"name": "@ukon1990/subscription-manager",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"description": "This does hopefully make subscription management less tedious, and helps clean up your code with less variables.",
"main": "dist/index.js",
"module": "dist/main.js",
"types": "dist/index.d.ts",

@@ -8,0 +7,0 @@ "scripts": {

@@ -14,3 +14,3 @@ # RXjs Subscription manager

import {FormBuilder, FormControl, FormGroup} from '@angular/forms';
import {SubscriptionManager} from '@ukon1990/subscription-manager/dist/subscription-manager';
import {SubscriptionManager} from '@ukon1990/subscription-manager';
@Component({

@@ -17,0 +17,0 @@ selector: 'app-form',

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