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

ngx-pinch-zoom

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-pinch-zoom - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

package.json
{
"name": "ngx-pinch-zoom",
"version": "0.3.0",
"description": "Angular2 pinch zoom directive.",
"version": "0.3.1",
"description": "Pinch zoom directive for angular.",
"main": "pinch-zoom.directive.js",

@@ -15,5 +15,7 @@ "scripts": {

"keywords": [
"Angular",
"Angular 2",
"Library",
"Seed"
"ngx",
"ng2",
"Pinch zoom"
],

@@ -20,0 +22,0 @@ "author": "drozhzhin.n.e@gmail.com",

16

README.md

@@ -0,1 +1,4 @@

## Demo
http://crystalui.org/components/pinch-zoom/live (use mobile device)
## Installation

@@ -12,13 +15,7 @@

```ts
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { PinchZoomDirective } from 'ngx-pinch-zoom/components';
@NgModule({
imports: [ BrowserModule ],
declarations: [ AppComponent, PinchZoomDirective ],
bootstrap: [ AppComponent ]
declarations: [ PinchZoomDirective ]
})
export class AppModule { }
```

@@ -31,5 +28,2 @@

</div>
```
## Demo
http://crystalui.org/components/pinch-zoom/example
```
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