Socket
Socket
Sign inDemoInstall

photon

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

7

History.md
1.0.1 / 2014-06-11
==================
* package: be loose with the `debug` version
* package: update "debug" to v1.0.0
* Readme: use Cloudup image in examples
1.0.0 / 2014-06-02

@@ -3,0 +10,0 @@ ==================

4

package.json
{
"name": "photon",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript library for the WordPress.com Photon image manipulation service",

@@ -35,3 +35,3 @@ "main": "index.js",

"crc32": "0.2.2",
"debug": "0.8.1",
"debug": "~1.0.0",
"seed-random": "2.2.0"

@@ -38,0 +38,0 @@ },

@@ -22,6 +22,6 @@ # photon.js

var url = photon('http://wordpress.com/wp-content/mu-plugins/atlas/images/w.png');
var url = photon('https://cloudup.com/logo/cloudup-salmon-logo.png')
console.log(url);
// "https://i0.wp.com/wordpress.com/wp-content/mu-plugins/atlas/images/w.png"
// https://i2.wp.com/cloudup.com/logo/cloudup-salmon-logo.png
```

@@ -37,6 +37,6 @@

<script>
var url = photon('http://wordpress.com/wp-content/mu-plugins/atlas/images/w.png');
var url = photon('https://cloudup.com/logo/cloudup-salmon-logo.png')
console.log(url);
// "https://i0.wp.com/wordpress.com/wp-content/mu-plugins/atlas/images/w.png"
// https://i2.wp.com/cloudup.com/logo/cloudup-salmon-logo.png
</script>

@@ -43,0 +43,0 @@ ```

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