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

@travetto/base

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/base - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

2

package.json

@@ -22,3 +22,3 @@ {

"scripts": {},
"version": "0.0.33"
"version": "0.0.34"
}
import * as fs from 'fs';
const pkg = JSON.parse(fs.readFileSync(process.cwd() + '/package.json').toString());
const pkg = JSON.parse(fs.readFileSync(`${process.cwd()}/package.json`).toString());

@@ -5,0 +5,0 @@ export const AppInfo = {

@@ -12,4 +12,9 @@ {

true,
"spaces"
"spaces",
2
],
"arrow-return-shorthand": true,
"import-spacing": true,
"new-parens": true,
"prefer-template": true,
"label-position": true,

@@ -60,3 +65,9 @@ "max-line-length": [

"no-shadowed-variable": true,
"no-irregular-whitespace": true,
"no-invalid-this": true,
"no-consecutive-blank-lines": true,
"prefer-object-spread": true,
"no-invalid-template-strings": true,
"no-single-line-block-comment": true,
"typeof-compare": true,
"no-sparse-arrays": true,

@@ -63,0 +74,0 @@ "no-stateless-class": false,

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