New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

astrocite-bibtex

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astrocite-bibtex - npm Package Compare versions

Comparing version 0.4.4-0 to 0.5.0

index.d.ts

26

package.json
{
"name": "astrocite-bibtex",
"version": "0.4.4-0",
"version": "0.5.0",
"description": "Parser and AST for converting BibTeX to CSL JSON",
"license": "MIT",
"repository": "dsifford/astrocite",
"author": "Derek P Sifford",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "rm -rf lib/* && tsc -p . && cp ./src/index.d.ts ./lib/index.d.ts"
"build": "rm -rf lib/* && pegjs -o src/grammar.js src/grammar.pegjs && tsc -p ."
},
"files": [
"lib/**"
"lib/**",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dsifford/astrocite.git"
},
"types": "index.d.ts",
"keywords": [

@@ -24,13 +23,6 @@ "bibtex",

],
"author": "Derek P Sifford",
"license": "MIT",
"bugs": {
"url": "https://github.com/dsifford/astrocite/issues"
},
"homepage": "https://github.com/dsifford/astrocite#readme",
"dependencies": {
"astrocite-core": "^0.4.4-0"
"astrocite-core": "^0.5.0"
},
"devDependencies": {
"jest": "^21.1.0",
"pegjs": "^0.10.0",

@@ -37,0 +29,0 @@ "typescript": "^2.5.2"

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