Socket
Socket
Sign inDemoInstall

curtail

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curtail - npm Package Compare versions

Comparing version 3.1.1 to 3.1.3

16

CHANGELOG.md

@@ -1,7 +0,15 @@

3.1.1 2010-06-09
3.1.3 / 2019-10-12
==================
* [FEATURE] 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.1 / 2019-06-09
==================
* Updated all dependencies to their latest versions
* Tested dependency updates to make sure all functionality remains the same.
3.1.0 2019-04-19
3.1.0 / 2019-04-19
==================

@@ -12,3 +20,3 @@ * Added rotate functionality to the transform API.

3.0.2 2019-04-16
3.0.2 / 2019-04-16
==================

@@ -19,3 +27,3 @@ * Updated packages to latest versions. This fixed a security vulnerability with the mocha package.

3.0.0 2019-03-16
3.0.0 / 2019-03-16
==================

@@ -22,0 +30,0 @@

@@ -714,3 +714,3 @@ function createCommonjsModule(fn, module) {

// the regeneratorRuntime variable at the top of this file.
module.exports
module.exports
));

@@ -717,0 +717,0 @@

{
"name": "curtail",
"version": "3.1.1",
"version": "3.1.3",
"description": "Curtail is a pure JavaScript image manipulation tool.",

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

"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"rollup": "^1.14.5",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"sinon": "^7.3.1",
"typescript": "^3.5.1"
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^7.5.0",
"typescript": "^3.6.4"
},

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

"dependencies": {
"@babel/runtime": "^7.4.5"
"@babel/runtime": "^7.6.3"
}
}

@@ -714,3 +714,3 @@ function createCommonjsModule(fn, module) {

// the regeneratorRuntime variable at the top of this file.
module.exports
module.exports
));

@@ -717,0 +717,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