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

queez

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queez - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

9

package.json
{
"name": "queez",
"version": "0.0.2",
"version": "0.1.0",
"description": "A simple Javascript library to create quizz",

@@ -59,5 +59,8 @@ "main": "index.js",

"scripts": {
"lint": "eslint src/*; exit 0",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register;"
"lint": "eslint src/*;",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register;",
"copy-readme": "cp -R README.md dist/",
"copy-package": "cp -R package.json dist/",
"publish": "npm run lint && npm run test && npm run copy-readme && npm run copy-package && cd dist && npm publish"
}
}

Sorry, the diff of this file is too big to display

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