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 2.0.2 to 3.0.0

6

CHANGELOG.md

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

## [3.0.0] - 2020-06-04
### Breaking Change
- Updated the `*.scss` and `*.css` types for esmodules [[#165](https://github.com/Shopify/web-foundation/pull/165)]
## [2.0.2] - 2020-03-28

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

8

definitions/styles.d.ts
declare module '*.scss' {
const content: any;
export = content;
const classNames: {[key: string]: string};
export default classNames;
}
declare module '*.css' {
const content: any;
export = content;
const classNames: {[key: string]: string};
export default classNames;
}
{
"name": "@shopify/typescript-configs",
"version": "2.0.2",
"version": "3.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