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

ngx-cursor-hover

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-cursor-hover - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

esm2022/lib/ngx-cursor-hover.directive.mjs

0

index.d.ts

@@ -0,0 +0,0 @@ /**

2

lib/ngx-cursor-hover.directive.d.ts

@@ -10,3 +10,3 @@ import { AfterViewInit, ElementRef } from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<NgxCursorHoverDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxCursorHoverDirective, "[ngxCursor]", never, { "cursor": "cursor"; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxCursorHoverDirective, "[ngxCursor]", never, { "cursor": { "alias": "cursor"; "required": false; }; }, {}, never, never, true, never>;
}
{
"name": "ngx-cursor-hover",
"version": "0.0.2",
"version": "0.0.3",
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0"
"@angular/common": "^17.0.9",
"@angular/core": "^17.0.9"
},

@@ -37,7 +37,3 @@ "dependencies": {

"license": "MIT",
"module": "fesm2015/ngx-cursor-hover.mjs",
"es2020": "fesm2020/ngx-cursor-hover.mjs",
"esm2020": "esm2020/ngx-cursor-hover.mjs",
"fesm2020": "fesm2020/ngx-cursor-hover.mjs",
"fesm2015": "fesm2015/ngx-cursor-hover.mjs",
"module": "fesm2022/ngx-cursor-hover.mjs",
"typings": "index.d.ts",

@@ -50,9 +46,7 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-cursor-hover.mjs",
"es2020": "./fesm2020/ngx-cursor-hover.mjs",
"es2015": "./fesm2015/ngx-cursor-hover.mjs",
"node": "./fesm2015/ngx-cursor-hover.mjs",
"default": "./fesm2020/ngx-cursor-hover.mjs"
"esm2022": "./esm2022/ngx-cursor-hover.mjs",
"esm": "./esm2022/ngx-cursor-hover.mjs",
"default": "./fesm2022/ngx-cursor-hover.mjs"
}
}
}

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

export * from './lib/ngx-cursor-hover.module';
export * from './lib/ngx-cursor-hover.directive';
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