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

angular2-resizable

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-resizable - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.4.1"></a>
## [0.4.1](https://github.com/mattlewis92/angular2-resizable/compare/v0.4.0...v0.4.1) (2016-09-28)
### Bug Fixes
* **typings:** dont include reference to core-js ([68dc84f](https://github.com/mattlewis92/angular2-resizable/commit/68dc84f))
<a name="0.4.0"></a>

@@ -7,0 +17,0 @@ # [0.4.0](https://github.com/mattlewis92/angular2-resizable/compare/v0.3.3...v0.4.0) (2016-09-25)

2

dist/esm/src/resizable.directive.d.ts

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

/// <reference types="core-js" />
/// <reference types="chai" />
import { Renderer, ElementRef, OnInit, AfterViewInit, EventEmitter } from '@angular/core';

@@ -4,0 +2,0 @@ import { Subject } from 'rxjs/Subject';

{
"name": "angular2-resizable",
"version": "0.4.0",
"version": "0.4.1",
"description": "An angular2 directive that allows an element to be dragged and resized",

@@ -23,3 +23,3 @@ "main": "./dist/umd/angular2-resizable.js",

"release": "standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm publish",
"postrelease": "npm run clean && npm run gh-pages"
"postrelease": "npm run build:clean && npm run gh-pages"
},

@@ -26,0 +26,0 @@ "repository": {

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