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

babel-plugin-attach-doc-info

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-attach-doc-info - npm Package Compare versions

Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1

2

package.json
{
"name": "babel-plugin-attach-doc-info",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"scripts": {

@@ -5,0 +5,0 @@ "test": "node fixtures/run-test.js"

@@ -13,2 +13,9 @@ const transformTSOnly = require('./transformTSOnly');

function nodeLocExpression(loc) {
if (loc == null) {
return t.objectExpression([
t.objectProperty(t.identifier('start'), t.nullLiteral()),
t.objectProperty(t.identifier('end'), t.nullLiteral()),
]);
}
return t.objectExpression([

@@ -15,0 +22,0 @@ t.objectProperty(

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