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

@shopify/typescript-configs

Package Overview
Dependencies
Maintainers
19
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/typescript-configs - npm Package Compare versions

Comparing version 3.0.2 to 4.0.0

1

base.json

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

"esModuleInterop": true,
"isolatedModules": true,
"experimentalDecorators": true,

@@ -7,0 +8,0 @@ "lib": ["dom", "es2018", "esnext.asynciterable"],

@@ -10,2 +10,8 @@ # Changelog

## [4.0.0] - 2021-02-24
### Breaking Change
Set `isolatedModules` to be true by default. Sewing-kit is moving away from a `tsc` based compilation process, towards using babel/esbuild only single file transpilation. Prepare consumers for this change by making type-checking identify code that can be problematic with single-file transpilers. [[#214](https://github.com/Shopify/web-configs/pull/214)]
## [3.0.0] - 2020-06-04

@@ -12,0 +18,0 @@

2

package.json
{
"name": "@shopify/typescript-configs",
"version": "3.0.2",
"version": "4.0.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A set of typescript configuration files that can be extended.",

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