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

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/compiler - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json

@@ -24,3 +24,3 @@ {

"scripts": {},
"version": "0.0.9"
"version": "0.0.10"
}

@@ -138,3 +138,3 @@ import { Compiler } from './compiler';

if (node && node.properties) {
for (let prop of node.properties) {
for (const prop of node.properties) {
if (prop.name!.getText() === key) {

@@ -153,3 +153,3 @@ if (ts.isPropertyAssignment(prop)) {

static importingVisitor<T extends State>(
init: (file?: ts.SourceFile, context?: ts.TransformationContext) => Partial<T>,
init: (file: ts.SourceFile, context?: ts.TransformationContext) => Partial<T>,
visitor: <Z extends ts.Node>(context: ts.TransformationContext, node: Z, state: T) => Z

@@ -156,0 +156,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