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
147
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 3.1.0-rc.5 to 3.1.0

4

package.json
{
"name": "@travetto/transformer",
"version": "3.1.0-rc.5",
"version": "3.1.0",
"description": "Functionality for AST transformations, with transformer registration, and general utils",

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

"dependencies": {
"@travetto/manifest": "^3.1.0-rc.3",
"@travetto/manifest": "^3.1.0",
"tslib": "^2.5.0",

@@ -30,0 +30,0 @@ "typescript": "^5.0.2"

@@ -365,5 +365,5 @@ import ts from 'typescript';

return state.fromLiteral({
Ⲑid: `${ret.source.split('node_modules')[1]}+${ret.name}`
Ⲑid: `${ret.source.split('node_modules/')[1]}+${ret.name}`
});
}
}
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