Socket
Socket
Sign inDemoInstall

photon

Package Overview
Dependencies
21
Maintainers
23
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

.eslintrc.js

7

History.md

@@ -0,1 +1,8 @@

TBD
==================
* Move source into [Calypso](https://github.com/Automattic/wp-calypso).
* Remove browser build from module.
* Include esm and commonjs in module.
2.0.1 / 2017-11-08

@@ -2,0 +9,0 @@ ==================

83

package.json
{
"name": "photon",
"version": "2.0.1",
"description": "JavaScript library for the WordPress.com Photon image manipulation service",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/Automattic/photon.js.git"
},
"keywords": [
"wordpress",
"photon",
"image",
"resize",
"thumbnail",
"filter",
"service",
"api",
"library"
],
"author": "Automattic, Inc.",
"contributors": [
"Nathan Rajlich <nathan@automattic.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Automattic/photon.js/issues"
},
"homepage": "https://github.com/Automattic/photon.js",
"dependencies": {
"crc32": "0.2.2",
"debug": "3.1.0",
"seed-random": "2.2.0"
},
"devDependencies": {
"browserify": "14.5.0",
"mocha": "3.5.3"
}
"name": "photon",
"version": "2.1.0",
"description": "JavaScript library for the WordPress.com Photon image manipulation service",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/Automattic/wp-calypso.git",
"directory": "packages/photon"
},
"keywords": [
"wordpress",
"photon",
"image",
"resize",
"thumbnail",
"filter",
"service",
"api",
"library"
],
"author": "Automattic, Inc.",
"contributors": [
"Nathan Rajlich <nathan@automattic.com>"
],
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Automattic/wp-calypso/issues"
},
"homepage": "https://github.com/Automattic/wp-calypso",
"dependencies": {
"crc32": "0.2.2",
"debug": "^3.2.6",
"seed-random": "2.2.0",
"url": "^0.11.0"
},
"scripts": {
"clean": "npx rimraf dist",
"prepublish": "npm run clean",
"prepare": "transpile"
},
"gitHead": "f7d06c6d5904a74e60654338dffb8de6f1223134"
}
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