Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth-component

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-component - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

.editorconfig

80

package.json
{
"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/';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc