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

@travetto/transformer

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/transformer - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

4

package.json
{
"name": "@travetto/transformer",
"displayName": "Transformation",
"version": "2.0.4",
"version": "2.1.0",
"description": "Functionality for AST transformations, with transformer registration, and general utils",

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

"dependencies": {
"@travetto/base": "^2.0.2"
"@travetto/base": "^2.1.0"
},

@@ -31,0 +31,0 @@ "publishConfig": {

@@ -66,5 +66,5 @@ import * as ts from 'typescript';

* Get accessor pair based off of passing in one in
*
* @param node
* @returns
*
* @param node
* @returns
*/

@@ -71,0 +71,0 @@ static getAccessorPair(node: ts.GetAccessorDeclaration | ts.SetAccessorDeclaration) {

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