Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
@integration-app/sdk
Advanced tools
To release a new version of a package (@integration-app/sdk, @integration-app/ui, @integration-app/react), do the following:
npm version -- patch
(or npm version -- minor
or npm version -- major
) to bump the version.Check out the rollup.config.mjs file for the full config.
It's pretty self-explanatory, but here's some additional info:
We set {external: [/node_modules/]}
because we don't want to bundle any of our dependencies.
If we need to bundle some dependencies and some not, we can use rollup-plugin-peer-deps-external
plugin instead of this.
DTS files are generated by tsc
and placed in dist/dts
folder.
After that plugin rollup-plugin-dts
is used to generate *.d.ts
files for each bundle.
{
"exports": {
"types": "./dist/index.d.ts", // TypeScript typings for NodeNext modules
"require": "./dist/index.js", // used for require() in Node 12+
"import": "./dist/index.module.mjs" // ESM bundle
},
"types": "./dist/index.d.ts", // TypeScript typings
"main": "./dist/index.js", // CommonJS bundle
"module": "./dist/index.module.mjs", // ESM bundle
"unpkg": "./bundle.js", // UMD bundle
}
FAQs
JavaScript SDK for Integration.app
The npm package @integration-app/sdk receives a total of 4,442 weekly downloads. As such, @integration-app/sdk popularity was classified as popular.
We found that @integration-app/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.