New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

supported-source

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supported-source - npm Package Compare versions

Comparing version 0.8.1 to 0.8.3

12

errors.js

@@ -6,3 +6,3 @@ Errors = {};

this.name = this.constructor.name;
this.message = "The project data is malformed.";
this.message = "The project data is malformed." + Errors.INSTRUCTIONS;
};

@@ -14,3 +14,3 @@ Errors.MalformedProjectData.prototype = Object.create(Error.prototype);

this.name = this.constructor.name;
this.message = "The project token is invalid.";
this.message = "The project token is invalid." + Errors.INSTRUCTIONS;
};

@@ -22,6 +22,10 @@ Errors.InvalidProjectToken.prototype = Object.create(Error.prototype);

this.name = this.constructor.name;
this.message = "The project token is missing.";
this.message = "The project token is missing." + Errors.INSTRUCTIONS;
};
Errors.MissingProjectToken.prototype = Object.create(Error.prototype);
module.exports = Errors;
Errors.INSTRUCTIONS = "\n\n * To get client tokens, run `supso update`." +
"\n\n * If you do not have the supso command line interface yet, first run `gem install supso`." +
"\n\n * Visit http://supso.org/help for further help.\n";
module.exports = Errors;

@@ -1,6 +0,8 @@

LICENSE
-------
The MIT License (MIT)
Copyright (c) 2016 Jeff Pickhardt
The license is to be determined. This file will be replaced when the license has been determiend.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Please contact me before using in the meantime.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
{
"name": "supported-source",
"version": "0.8.1",
"description": "Know who's using your project with Supported Source.",
"version": "0.8.3",
"description": "This package has been renamed: use super-source instead.",
"main": "index.js",
"keywords": [
"supso",
"supported",
"source",
"crm"
],
"author": "Supported Source <admin@supportedsource.org> (http://supportedsource.org)",
"license": "SEE LICENSE IN LICENSE.txt",
"author": "Super Source <admin@supso.org> (http://supso.org)",
"license": "MIT",
"dependencies": {

@@ -15,0 +9,0 @@ "app-root-path": "^1.2.1"

@@ -1,19 +0,3 @@

# Supported Source
## Supported Source is now Super Source!
## Installation
##### Instructions for using Supported Source
Add supported-source to your npm dependencies. Then run `npm install`. Finally, follow the instructions on the website to include a function call to the Supported Source package at the start of your project. This should look like:
```javascript
SupportedSource.Project.add('project', 'token');
```
## Documentation
Visit the [docs page](http://supportedsource.org/docs/overview/welcome) to read the documentation.
## Contributing
To contribute, get in touch at http://supportedsource.org/ so that we can share the [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) with you, then create a pull request.
This page is for the old Supported Source package and should not be used. The new package has been renamed to super-source, which should be used instead. Please visit https://www.npmjs.com/package/super-source for the new super-source package.
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