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

@uniorgjs/orgx

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniorgjs/orgx - npm Package Compare versions

Comparing version 0.6.0-alpha.2 to 1.0.0

.turbo/turbo-build.log

2

lib/plugin/recma-jsx-rewrite.js

@@ -17,4 +17,2 @@ /**

*
* @typedef {import('estree-walker').SyncHandler} WalkHandler
*
* @typedef {import('periscopic').Scope & {node: Node}} Scope

@@ -21,0 +19,0 @@ *

{
"name": "@uniorgjs/orgx",
"version": "0.6.0-alpha.2",
"version": "1.0.0",
"description": "Org-mode to JS compiler",
"type": "module",
"types": "types/index.d.ts",
"main": "index.js",

@@ -14,3 +15,4 @@ "browser": {

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rm -rf ./types && tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build"
},

@@ -33,3 +35,3 @@ "repository": {

"estree-walker": "^3.0.0",
"hast-util-to-estree": "^2.0.0",
"hast-util-to-estree": "^2.2.1",
"periscopic": "^3.0.0",

@@ -45,3 +47,3 @@ "unified": "^10.0.0",

},
"gitHead": "50db39e1fb835ee882787440d3825d4333410b7a"
"gitHead": "c92b8d9026bdffa7894e167c251ec86f6276b7f9"
}
{
"extends": "../../tsconfig.json",
"include": ["lib/**/*.js", "test/**/*.js", "*.js"]
"compilerOptions": {
"outDir": "./lib"
},
"include": ["./"]
}
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