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.2 to 2.0.3

3

package.json

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

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

@@ -32,2 +32,3 @@ "description": "Runtime library for TypeScript helper functions",

".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",

@@ -34,0 +35,0 @@ "default": "./tslib.js"

@@ -41,9 +41,9 @@ # tslib

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

@@ -134,3 +134,3 @@

"paths": {
"tslib" : ["jspm_packages/npm/tslib@2.0.1/tslib.d.ts"]
"tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"]
}

@@ -137,0 +137,0 @@ }

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