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

@mooretodd/main

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mooretodd/main - npm Package Compare versions

Comparing version 0.1.6 to 2.0.0

2

index.js
import Main from './Main';
export default Main();
export default Main();

@@ -7,5 +7,4 @@ import React from 'react';

import {log, safeGet} from '@mooretodd/utils';
import {safeGet} from '@mooretodd/utils';
import services from '@mooretodd/services';
import surveyResult from '@mooretodd/survey_result_detail';
import {Survey} from '@mooretodd/survey';

@@ -25,6 +24,6 @@ import Heading from '@mooretodd/heading';

loading: true
}
};
},
componentWillMount(){
componentWillMount() {
getSurveys(process.env.config)

@@ -58,3 +57,3 @@ .then(res => JSON.parse(res))

}
</section>)
</section>);
}

@@ -65,2 +64,2 @@ });

return ReactDOM.render(<Main />, document.querySelector('#app'));
}
};
{
"name": "@mooretodd/main",
"version": "0.1.6",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@mooretodd/services": "^0.1.5",
"@mooretodd/loader": "^0.1.5",
"@mooretodd/survey_result_detail": "^0.1.5",
"@mooretodd/utils": "^0.1.5",
"@mooretodd/survey": "^0.1.6",
"@mooretodd/heading": "^0.1.5"
"@mooretodd/services": "^2.0.0",
"@mooretodd/loader": "^2.0.0",
"@mooretodd/survey_result_detail": "^2.0.0",
"@mooretodd/utils": "^2.0.0",
"@mooretodd/survey": "^2.0.0",
"@mooretodd/heading": "^2.0.0"
},

@@ -14,0 +14,0 @@ "author": "Todd Moore",

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