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

supported-source-hello-world

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-hello-world - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.supso/current_organization.json

10

index.js

@@ -1,9 +0,9 @@

var SupportedSource = require('supported-source');
SupportedSource.Project.add('supported-source-hello-world', 'z6rz94d3v2fe');
var SuperSource = require('super-source');
SuperSource.Project.add('super-source-hello-world', 'z6rz94d3v2fe');
var SupportedSourceHelloWorld = {};
SupportedSourceHelloWorld.helloWorld = function() {
var SuperSourceHelloWorld = {};
SuperSourceHelloWorld.helloWorld = function() {
console.log("Hello world! If you can read this, the project was included successfully.");
};
module.exports = SupportedSourceHelloWorld;
module.exports = SuperSourceHelloWorld;
{
"name": "supported-source-hello-world",
"version": "1.0.0",
"description": "This project demonstrates a project that uses Supported Source",
"version": "1.0.1",
"description": "This project has been renamed to super-source-hello-world, please use that instead.",
"main": "index.js",

@@ -9,14 +9,7 @@ "scripts": {

},
"keywords": [
"supported",
"source",
"supso",
"hello",
"world"
],
"author": "Jeff Pickhardt",
"author": "Super Source",
"license": "MIT",
"dependencies": {
"supported-source": "^0.8.1"
"super-source": "^0.8.1"
}
}

@@ -1,15 +0,3 @@

# Supported Source Hello World
# This project has been renamed
## What is it?
This is an example of a project using Supported Source. It contains one function, helloWorld, which outputs "Hello world!"
## Installation
Add supported-source-hello-world to your npm dependencies. Then run `npm install`. Call the function from your file:
```javascript
SupportedSourceHelloWorld.helloWorld();
```
Note that you will need to run `supso update` in order to get the project token.
This project has been renamed from Supported Source to Super Source. Please go here instead: https://www.npmjs.com/package/super-source-hello-world
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