Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ngx-amplify
Advanced tools
An angular library for integration AWS cloud services (cognito, s3)
npm install --save ngx-amplify amazon-cognito-identity-js amazon-cognito-identity-js-typescript
The simplest way to use ngx-amplify
is to use NgxAmplifyModule.forRoot
import { NgxAmplifyModule } from 'ngx-amplify';
@Module({
imports: [
NgxAmplifyModule.forRoot({
region:'us-east-x',
userPoolId: 'us-east-1_kT3FBpRxA',
appId: '1r9vg3ob81jamk62mjepejd3db',
idpUrl: `cognito-idp.us-east-x.amazonaws.com`,
identityPoolId: 'us-east-1:08f3112b-cc65-49e4-8063-81f16cccd1ax',
storage: {
bucketName: 'awsbucket',
bucketRegion: 'us-east-x',
defaultLevel: 'public',
folderLevel: 'public'
}
}),
],
})
export class AppModule {}
add the following code to the polyfill.ts file
* APPLICATION IMPORTS
*/
(window as any).global = window;
(window as any).process = {
env: { DEBUG: undefined },
};
I would greatly appreciate any contributions to make this project better. Please make sure to follow the below guidelines before getting your hands dirty.
git checkout -b my-branch
)Distributed under the ISC License. See LICENSE
for more information.
Copyright © 2019 Ntegral Inc.
FAQs
An angular library for integration AWS cloud services (cognito, s3)
The npm package ngx-amplify receives a total of 0 weekly downloads. As such, ngx-amplify popularity was classified as not popular.
We found that ngx-amplify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.