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

@toruslabs/config

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/config - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

babel.config.js

@@ -5,3 +5,3 @@ const currentPkg = require("./package.json");

module.exports = {
presets: ["@babel/env", "@babel/typescript"],
presets: [["@babel/env", { modules: false, bugfixes: true }], "@babel/typescript"],
plugins: [

@@ -8,0 +8,0 @@ "@babel/plugin-syntax-bigint",

{
"name": "@toruslabs/config",
"version": "2.0.2",
"version": "2.1.0",
"description": "Sensible Babel, Prettier, Typescript configuration for libraries",

@@ -33,3 +33,3 @@ "keywords": [

},
"gitHead": "e06084e305947f49afdc35d4a327d762a96bf7a1"
"gitHead": "cfafd14367321f925ae2c57eb74842f8cb555694"
}

@@ -6,5 +6,3 @@ module.exports = {

umd: true,
analyzerMode: "disabled",
browserslistrc: ["supports bigint", "not dead"],

@@ -11,0 +9,0 @@ polyfillNodeDeps: {

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