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

@travetto/registry

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/registry - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

6

package.json

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

"dependencies": {
"@travetto/compiler": "0.x.x"
"@travetto/compiler": "0.x.x",
"@types/lodash": "^4.14.106",
"lodash": "^4.17.5"
},

@@ -18,3 +20,3 @@ "description": "",

"scripts": {},
"version": "0.0.16"
"version": "0.0.17"
}

@@ -1,2 +0,2 @@

require('@travetto/base/bootstrap')
require('@travetto/base/bootstrap').run()
.then(x => {

@@ -3,0 +3,0 @@ require('./simpleReg');

@@ -9,3 +9,3 @@ export class Test {

age() {
return 6;
return 5;
}

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

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