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

parse-latin

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-latin - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

lib/parse-latin.js

6

History.md
0.5.1 / 2015-07-25
==================
* Refactor to use `files` in package.json isntead of `.npmignore` (eab264f)
* Remove prepublish hook (66ba83b)
0.5.0 / 2015-07-25

@@ -3,0 +9,0 @@ ==================

9

package.json
{
"name": "parse-latin",
"version": "0.5.0",
"version": "0.5.1",
"description": "Latin-script (natural language) parser",

@@ -23,2 +23,6 @@ "license": "MIT",

"author": "Titus Wormer <tituswormer@gmail.com>",
"files": [
"index.js",
"lib"
],
"devDependencies": {

@@ -58,5 +62,4 @@ "browserify": "^11.0.0",

"build-expressions": "node script/build-expressions",
"build": "npm run build-expressions && npm run bundle",
"prepublish": "npm run build"
"build": "npm run build-expressions && npm run bundle"
}
}
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