cloudinary
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,1 @@ | ||
require('coffee-script/register'); | ||
var _ = require('underscore'); | ||
@@ -3,0 +2,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Cloudinary NPM for node.js integration", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "http://cloudinary.com", | ||
@@ -14,3 +14,2 @@ "repository": { | ||
"dependencies": { | ||
"coffee-script": "1.7.x", | ||
"q": "^1.0.1", | ||
@@ -20,2 +19,3 @@ "underscore": "1.4.x" | ||
"devDependencies": { | ||
"coffee-script": "1.7.x", | ||
"dotenv": "^0.4.0", | ||
@@ -26,3 +26,6 @@ "expect.js": "", | ||
"scripts": { | ||
"test": "mocha" | ||
"pretest": "npm run compile", | ||
"prepublish": "npm run compile", | ||
"test": "node_modules/.bin/mocha -R spec --recursive test/", | ||
"compile": "node_modules/.bin/coffee -o lib -c src" | ||
}, | ||
@@ -29,0 +32,0 @@ "optionalDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
505520
2
64
5662
4
7
2
- Removedcoffee-script@1.7.x
- Removedcoffee-script@1.7.1(transitive)
- Removedmkdirp@0.3.5(transitive)