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.72 to 0.0.73

bootstrap.ts

4

package.json

@@ -12,3 +12,3 @@ {

"description": "",
"license": "ISC",
"license": "MIT",
"main": "index.ts",

@@ -20,3 +20,3 @@ "name": "@travetto/base",

"scripts": {},
"version": "0.0.72"
"version": "0.0.73"
}

@@ -1,5 +0,5 @@

require('../bootstrap').run().then(x => {
require('../main').run().then(x => {
// require('./stack');
// require('./watch');
require('./merge');
// require('./merge');
});

@@ -63,2 +63,2 @@ import { deepAssign, isPrimitive, isFunction } from '../src/util';

testStrict();
testCoerce();
testCoerce();
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