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

orgast-util-to-string

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orgast-util-to-string - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

32

package.json
{
"name": "orgast-util-to-string",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -14,3 +14,3 @@ "description": "uniorg (orgast) utility to get the plain text content of a node",

],
"author": "Alexey Shmalko <rasen.dubi@gmail.com>",
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>",
"homepage": "https://github.com/rasendubi/uniorg",

@@ -31,2 +31,13 @@ "license": "GPL-3.0-or-later",

},
"bugs": {
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"uniorg": "^1.1.1",
"uniorg-parse": "^2.1.1"
},
"scripts": {

@@ -36,17 +47,4 @@ "build": "rm -rf ./lib && tsc -p tsconfig.build.json",

"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build",
"test": "jest"
},
"bugs": {
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
},
"gitHead": "c92b8d9026bdffa7894e167c251ec86f6276b7f9"
}
}
}
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