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

@platform/libs

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/libs - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

6

package.json
{
"name": "@platform/libs",
"version": "0.0.15",
"version": "0.0.16",
"description": "Common external toolbelt libs used accross modules.",

@@ -10,5 +10,7 @@ "scripts": {

"@types/ramda": "0.26.9",
"core-js": "3.1.3",
"ramda": "0.26.1",
"regenerator-runtime": "0.13.2",
"rxjs": "6.5.2",
"tslib": "1.9.3"
"tslib": "1.10.0"
},

@@ -15,0 +17,0 @@ "files": [],

@@ -6,3 +6,17 @@ ![Module](https://img.shields.io/badge/%40platform-libs-%23EA4E7E.svg)

# libs
Common external toolbelt libs used accross modules.
Common external low-level libs used accross all modules.
Referenced in this one module so that consistent versions across [@platform](https://www.npmjs.com/org/platform) are maintained.
## Setup
```
yarn add @platform/libs
```
## Polyfills
```typescript
import 'core-js/stable';
import 'regenerator-runtime/runtime';
```
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