
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
meteor-typings
Advanced tools
1.2v: ambient Meteor typings, i.e., defines modules like Meteor, Mongo etc.
1.3v: contains ambient modules from 1.2v and defines based on them new Meteor 1.3 namespaces
like meteor/meteor, meteor/mongo etc.
typings install registry:env/meteor --global
typings is a major typings utility today, which can install and search typings across
multiple registers including DefinitelyTyped.
For example, if you want to install NodeJS typings, try: typings install registry:env/node --global.
To find out if there is any typings for a particular library or NPM, use typings search ....
For more information, please read here.
You could try also to copy&paste typings.json file located at the root of this repo to your app.
It is supposed to contain major typings Meteor depends on. After copying, execute typings install.
If you want to install some Atmosphere package's typings, search for an appropriate repo in the current
meteor-typings organization, which is supposed to contain all available typings of such type.
If you have found that package's typings repo, go inside and read how to install typings. If not - you are very welcome to create new repo and contribute typings.
In order to build all typings run gulp build.
1.2 and 1.3 share the same Meteor core packages' typings, which are located in 1.2/packages.
When you run gulp 1_3, typings are modified to contain modules corresponding new Meteor 1.3 namespaces.
Please make sure that you change associated Meteor packages' typings directly in 1.2/packages and 1.3/packages folders.
main.d.ts and browser.d.ts are built out of them. Here are contribution steps.
npm install in this directory.1.2/packages or/and 1.3/packages.1.3/test/test.ts.npm run build+test to generate [1.2|1.3]/[browser.d.ts|header.d.ts|main.d.ts] and to test typings.FAQs
Type definitions for Meteor
The npm package meteor-typings receives a total of 1,021 weekly downloads. As such, meteor-typings popularity was classified as popular.
We found that meteor-typings 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.