Socket
Socket
Sign inDemoInstall

dotflow

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotflow - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [Version 1.0.7](https://github.com/animify/Flow/releases/tag/v1.0.7) (2018-11-13)
### Bug fixes
- remove URLAsset interface: [`3dc1086`](https://github.com/animify/Flow/commit/3dc1086)
[...full changes](https://github.com/animify/Flow/compare/v1.0.6...v1.0.7)
## [Version 1.0.6](https://github.com/animify/Flow/releases/tag/v1.0.6) (2018-11-13)

@@ -2,0 +10,0 @@

4

index.d.ts

@@ -72,4 +72,2 @@ declare namespace Flow {

type URLAsset = string;
interface Point {

@@ -103,3 +101,3 @@ x: number;

size: Flow.Size;
source: Flow.FileAsset | Flow.URLAsset;
source: Flow.FileAsset;
}

@@ -106,0 +104,0 @@

{
"name": "dotflow",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",

@@ -23,5 +23,4 @@ "homepage": "https://github.com/overflowapp/Flow",

"build": "ts-node ./src/Packager.ts",
"changelog": "changelog",
"lint": "tslint -p . -c tslint.json",
"release": "np --yolo"
"release": "changelog && git push --follow-tags && yarn publish --access public"
},

@@ -34,3 +33,2 @@ "devDependencies": {

"lint-staged": "^8.0.4",
"np": "*",
"ts-node": "^7.0.1",

@@ -37,0 +35,0 @@ "tslint": "^5.11.0",

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