Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "akasha", | ||
"version": "0.0.1", | ||
"description": "Store the ethereal.", | ||
"version": "0.0.2", | ||
"description": "Localstorage with Cookie fallback", | ||
"main": "lib/", | ||
"bin": "bin/akasha", | ||
"scripts": { | ||
"prepublish": "cake build-min", | ||
"test": "cake test" | ||
"prepublish": "cake build-min" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zeekay/akasha" | ||
"url": "git+https://github.com/davidtai/akasha.git" | ||
}, | ||
"author": "Zach Kelling <zach@zeekay.io> (http://zeekay.io)", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/zeekay/akasha/blob/master/LICENSE" | ||
} | ||
"keywords": [ | ||
"store", | ||
"localstorage", | ||
"cookie" | ||
], | ||
"author": "David Tai", | ||
"license": "MIT", | ||
"licenses": { | ||
"type": "MIT", | ||
"url": "https://github.com/davidtai/akasha/blob/master/LICENSE" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zeekay/akasha/issues" | ||
"url": "https://github.com/davidtai/akasha/issues" | ||
}, | ||
"homepage": "https://github.com/zeekay/akasha#readme" | ||
} | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"homepage": "https://github.com/davidtai/akasha#readme", | ||
"devDependencies": { | ||
"cake-publish": "0.1.5", | ||
"cake-test": "0.1.0", | ||
"cake-version": "0.1.9", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"co-mocha": "1.2.0", | ||
"codecov.io": "0.1.6", | ||
"coffee-coverage": "1.0.1", | ||
"coffee-script": "1.12.3", | ||
"coveralls": "2.11.16", | ||
"es5-shim": "4.5.9", | ||
"istanbul": "0.4.5", | ||
"mocha": "3.2.0", | ||
"mz": "2.6.0", | ||
"postmortem": "0.2.4", | ||
"requisite": "1.19.1", | ||
"shortcake": "1.1.18", | ||
"uglify-js": "2.7.5" | ||
}, | ||
"dependencies": { | ||
"crypto-js": "3.1.9-1", | ||
"js-cookie": "2.1.3", | ||
"store": "1.3.20" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
# Akasha | ||
Store the ethereal. | ||
# akasha |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
7290
8
61
3
18
2
+ Addedcrypto-js@3.1.9-1
+ Addedjs-cookie@2.1.3
+ Addedstore@1.3.20
+ Addedcrypto-js@3.1.9-1(transitive)
+ Addedjs-cookie@2.1.3(transitive)
+ Addedstore@1.3.20(transitive)