Socket
Socket
Sign inDemoInstall

curtail

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

94

CHANGELOG.md

@@ -1,62 +0,54 @@

3.2.0 / 2019-11-14
==================
* [MISC] Moved logo to graphics repository.
* [MISC] Cleaned up old info in README.
* [MISC] Added more badges to README.
* [MISC] Updated dev dependencies to their latest version.
* [MISC] Updated license year to reflect year change.
## 3.2.1 / 2020-04-16
- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
- [MISC] Changed CHANGELOG format.
3.1.5 / 2019-11-14
==================
* [MISC] Updated the interfaces from references to imports.
* [MISC] Removed unnecessary jsdoc comments.
## 3.2.0 / 2019-11-14
- [MISC] Moved logo to graphics repository.
- [MISC] Cleaned up old info in README.
- [MISC] Added more badges to README.
- [MISC] Updated dev dependencies to their latest version.
- [MISC] Updated license year to reflect year change.
3.1.4 / 2019-11-14
==================
* [MISC] Updated all dependencies to their latest versions.
## 3.1.5 / 2019-11-14
- [MISC] Updated the interfaces from references to imports.
- [MISC] Removed unnecessary jsdoc comments.
3.1.3 / 2019-10-12
==================
* [FEATURE] Updated all dependencies to their latest versions.
## 3.1.4 / 2019-11-14
- [MISC] Updated all dependencies to their latest versions.
3.1.2 / 2019-07-17
==================
* [HOTFIX] Updated all dev dependencies to their latest versions and fixed any security vulnerabilities found in them.
## 3.1.3 / 2019-10-12
- [FEATURE] Updated all dependencies to their latest versions.
3.1.1 / 2019-06-09
==================
* Updated all dependencies to their latest versions
* Tested dependency updates to make sure all functionality remains the same.
## 3.1.2 / 2019-07-17
- [HOTFIX] Updated all dev dependencies to their latest versions and fixed any security vulnerabilities found in them.
3.1.0 / 2019-04-19
==================
* Added rotate functionality to the transform API.
* Changed tests to use Mocha and Chai from CDN.
* Removed Mocha and Chai dev dependencies.
## 3.1.1 / 2019-06-09
- Updated all dependencies to their latest versions
- Tested dependency updates to make sure all functionality remains the same.
3.0.2 / 2019-04-16
==================
* Updated packages to latest versions. This fixed a security vulnerability with the mocha package.
* Updated year in LICENSE
* Removed redundant parts of .tsconfig
## 3.1.0 / 2019-04-19
- Added rotate functionality to the transform API.
- Changed tests to use Mocha and Chai from CDN.
- Removed Mocha and Chai dev dependencies.
3.0.0 / 2019-03-16
==================
## 3.0.2 / 2019-04-16
- Updated packages to latest versions. This fixed a security vulnerability with the mocha package.
- Updated year in LICENSE
- Removed redundant parts of .tsconfig
* Added Typescript definitions with Babel transpiling.
* Changed file structure to allow for easier scalibility.
* Changed object structure to also allow for easier scalibility.
* Updated README with better sectioning.
## 3.0.0 / 2019-03-16
- Added Typescript definitions with Babel transpiling.
- Changed file structure to allow for easier scalibility.
- Changed object structure to also allow for easier scalibility.
- Updated README with better sectioning.
2.0.0
==================
* Added changelog
* Removed the class pattern and made the module into a default export which prompted the major version change
* Changed the `onload` and `onerror` pattern to use `addEventListener`
* Merged the utility functions into a single utils file
* Added a method for adding padding to an image
* Refactored test cases
## 2.0.0
- Added changelog
- Removed the class pattern and made the module into a default export which prompted the major version change
- Changed the `onload` and `onerror` pattern to use `addEventListener`
- Merged the utility functions into a single utils file
- Added a method for adding padding to an image
- Refactored test cases
0.1.0
==================
* Initial Release
## 0.1.0
- Initial Release
{
"name": "curtail",
"version": "3.2.0",
"version": "3.2.1",
"description": "Curtail is a pure JavaScript image manipulation tool.",

@@ -39,15 +39,15 @@ "module": "curtail.js",

"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^8.1.0",
"typescript": "^3.7.5"
"sinon": "^9.0.2",
"typescript": "^3.8.3"
},

@@ -58,4 +58,4 @@ "publishConfig": {

"dependencies": {
"@babel/runtime": "^7.8.3"
"@babel/runtime": "^7.9.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc