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

alphabetify

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphabetify - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

lib/index.mjs

28

package.json
{
"name": "alphabetify",
"version": "0.1.9",
"version": "0.2.0",
"description": "Learn a new alphabet by reading a good text in your native alphabet with more and more foreign letters.",

@@ -15,26 +15,16 @@ "author": "David Pomerenke",

],
"homepage": "https://github.com/davidpomerenke/alphabetify#readme",
"repository": "git://github.com/davidpomerenke/alphabetify.git",
"bugs": {
"url": "https://github.com/davidpomerenke/alphabetify/issues"
},
"main": "index.mjs",
"main": "lib/index.mjs",
"scripts": {
"bundle": "webpack --config webpack.config.js",
"preprocess": "node --experimental-modules alphabets/preprocess.mjs",
"postinstall": "npm run preprocess",
"test": "node --experimental-modules index.test.mjs",
"build": "webpack",
"postinstall": "node alphabets/preprocess.mjs",
"test": "node test/test.mjs",
"coverage": "c8 --reporter=text-lcov npm test > coverage.lcov"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"c8": "^6.0.1",
"codecov": "^3.6.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
"c8": "^7.1.0",
"codecov": "^3.6.5",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}

Sorry, the diff of this file is not supported yet

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