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

tslib

Package Overview
Dependencies
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslib - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

modules/index.js

11

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://www.typescriptlang.org/",
"version": "2.0.1",
"version": "2.0.2",
"license": "0BSD",

@@ -29,3 +29,10 @@ "description": "Runtime library for TypeScript helper functions",

"typings": "tslib.d.ts",
"sideEffects": false
"sideEffects": false,
"exports": {
".": {
"import": "./modules/index.js",
"default": "./tslib.js"
},
"./": "./"
}
}

20

README.md

@@ -40,5 +40,8 @@ # tslib

```sh
# TypeScript 2.3.3 or later
# TypeScript 3.9.2 or later
npm install --save tslib
# TypeScript 3.8.4 or earlier
npm install --save tslib@^1
# TypeScript 2.3.2 or earlier

@@ -51,5 +54,8 @@ npm install --save tslib@1.6.1

```sh
# TypeScript 2.3.3 or later
# TypeScript 3.9.2 or later
yarn add tslib
# TypeScript 3.8.4 or earlier
yarn add tslib@^1
# TypeScript 2.3.2 or earlier

@@ -62,5 +68,8 @@ yarn add tslib@1.6.1

```sh
# TypeScript 2.3.3 or later
# TypeScript 3.9.2 or later
bower install tslib
# TypeScript 3.8.4 or earlier
bower install tslib@^1
# TypeScript 2.3.2 or earlier

@@ -73,5 +82,8 @@ bower install tslib@1.6.1

```sh
# TypeScript 2.3.3 or later
# TypeScript 3.9.2 or later
jspm install tslib
# TypeScript 3.8.4 or earlier
jspm install tslib@^1
# TypeScript 2.3.2 or earlier

@@ -78,0 +90,0 @@ jspm install tslib@1.6.1

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