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

@saberhq/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/tsconfig - npm Package Compare versions

Comparing version 1.12.62 to 1.12.63

4

package.json
{
"name": "@saberhq/tsconfig",
"description": "Saber TypeScript configurations.",
"version": "1.12.62",
"version": "1.12.63",
"repository": "git@github.com:saber-hq/saber-common.git",

@@ -19,3 +19,3 @@ "author": "Ian Macalinao <ian@saber.so>",

},
"gitHead": "02ba28d061f06bdb3ff4672cced985c9f853e9ba"
"gitHead": "458b20ec0afb87644f172538e2ce5a0c728c3a4f"
}

@@ -6,6 +6,6 @@ {

// target
"target": "ES2015",
"target": "ES2019",
"module": "ESNext",
"moduleResolution": "node",
"lib": ["ES2015"],
"lib": ["ES2019"],

@@ -12,0 +12,0 @@ // build

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

"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext", "ES2019"],
"lib": ["DOM", "ES2019", "ES2021.Promise"],
"jsx": "react-jsx",

@@ -8,0 +8,0 @@ "jsxImportSource": "@emotion/react"

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