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 1.13.0 to 1.14.0

modules/index.js

11

package.json

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

"homepage": "https://www.typescriptlang.org/",
"version": "1.13.0",
"version": "1.14.0",
"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"
},
"./": "./"
}
}

6

README.md

@@ -41,6 +41,6 @@ # tslib

# TypeScript 2.3.3 or later
npm install --save tslib
npm install tslib
# TypeScript 2.3.2 or earlier
npm install --save tslib@1.6.1
npm install tslib@1.6.1
```

@@ -122,3 +122,3 @@

"paths": {
"tslib" : ["jspm_packages/npm/tslib@1.13.0/tslib.d.ts"]
"tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"]
}

@@ -125,0 +125,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