New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/typescript-configs

Package Overview
Dependencies
Maintainers
13
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.0 to 3.0.1

14

CHANGELOG.md

@@ -14,2 +14,16 @@ # Changelog

The Shopify typescript definition for `.scss` and `.css` have changed.
Before:
```
import * as styles from 'foo.scss';
```
After:
```
import styles from 'foo.scss';
```
- Updated the `*.scss` and `*.css` types for esmodules [[#165](https://github.com/Shopify/web-foundation/pull/165)]

@@ -16,0 +30,0 @@

4

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

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

},
"homepage": "https://github.com/Shopify/web-foundation/blob/master/packages/typescript-configs/README.md"
"homepage": "https://github.com/Shopify/web-foundation/blob/main/packages/typescript-configs/README.md"
}
# `@shopify/typescript-configs`
[![Build Status](https://travis-ci.com/Shopify/web-foundation.svg?branch=master)](https://travis-ci.com/Shopify/web-foundation)
[![Build Status](https://travis-ci.com/Shopify/web-foundation.svg?branch=main)](https://travis-ci.com/Shopify/web-foundation)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](../../LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Ftypescript-configs.svg)](https://badge.fury.io/js/%40shopify%2Ftypescript-configs.svg)

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