auth-component
Advanced tools
Comparing version 0.1.4 to 1.0.0
{ | ||
"name": "auth-component", | ||
"version": "0.1.4", | ||
"description": "An Authenication Component for DoneJS", | ||
"main": "src/auth-component.js", | ||
"version": "1.0.0", | ||
"description": "Simple authentication utilities for DoneJS", | ||
"homepage": "https://github.com/icanjs/auth-component", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/icanjs/auth-component.git" | ||
}, | ||
"author": { | ||
"name": "Marshall Thompson", | ||
"email": "marshall@creativeideal.net", | ||
"url": "https://github.com/marshallswain" | ||
}, | ||
"scripts": { | ||
"test": "npm run test", | ||
"publish": "git push origin --tags", | ||
"preversion": "npm test && npm run build", | ||
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/", | ||
"postversion": "git push --tags && git checkout master && git branch -D release && git push", | ||
"testee": "testee test/test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"jshint": "jshint ./*.js ./src/ --config", | ||
"release:patch": "npm version patch && npm publish", | ||
"release:minor": "npm version minor && npm publish", | ||
"release:major": "npm version major && npm publish" | ||
"release:major": "npm version major && npm publish", | ||
"build": "node build.js", | ||
"document": "documentjs", | ||
"develop": "done-serve --static --develop --port 8080" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://marshallswain@github.com/marshallswain/auth-component" | ||
"main": "dist/cjs/auth-component", | ||
"browser": { | ||
"transform": [ | ||
"cssify" | ||
] | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"cssify" | ||
] | ||
}, | ||
"keywords": [ | ||
"DoneJS", | ||
"Authentication" | ||
"canjs", | ||
"can", | ||
"component", | ||
"donejs", | ||
"authentication" | ||
], | ||
"author": "Marshall Thompson", | ||
"license": "MIT", | ||
"system": { | ||
"main": "auth-component", | ||
"configDependencies": [ | ||
"live-reload" | ||
], | ||
"npmIgnore": [ | ||
"documentjs" | ||
"documentjs", | ||
"testee", | ||
"generator-donejs", | ||
"donejs-cli", | ||
"steal-tools" | ||
], | ||
"directories": { | ||
"lib": "src" | ||
} | ||
}, | ||
"npmAlgorithm": "flat" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/marshallswain/auth-component/issues" | ||
"dependencies": { | ||
"can": "^2.3.16", | ||
"jquery": "~2.2.1" | ||
}, | ||
"homepage": "https://github.com/marshallswain/auth-component" | ||
"devDependencies": { | ||
"documentjs": "^0.4.2", | ||
"jshint": "^2.9.1", | ||
"cssify": "^0.6.0", | ||
"steal": "^0.16.0", | ||
"steal-qunit": "^0.1.1", | ||
"steal-tools": "^0.16.0", | ||
"testee": "^0.2.4", | ||
"generator-donejs": "^0.9.0", | ||
"donejs-cli": "^0.9.4", | ||
"done-serve": "^0.2.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import 'auth-component/token-auth/'; | ||
import 'auth-component/login-form/'; | ||
import './auth/'; | ||
import './ui/'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
67
286
0
75
85527
2
10
2
1
+ Addedcan@^2.3.16
+ Addedjquery@~2.2.1
+ Addedcan@2.3.35(transitive)
+ Addedcan-simple-dom@0.3.0(transitive)
+ Addedjquery@2.2.4(transitive)
+ Addedmicro-location@0.1.5(transitive)
+ Addedsimple-html-tokenizer@0.2.6(transitive)