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.1.3 to 0.1.4

8

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

@@ -50,3 +50,5 @@ "main": "dist/index.js",

"gulp-notify": "^2.2.0",
"gulp-uglify": "^3.0.0",
"mocha": "^3.1.0",
"pump": "^1.0.2",
"vinyl-source-stream": "^1.1.0",

@@ -64,4 +66,6 @@ "watchify": "^3.7.0"

"copy-package": "cp -R package.json dist/",
"pub": "npm run copy-readme && npm run copy-package && cd dist && npm publish"
"gulp-build": "./node_modules/.bin/gulp build",
"gulp-compress": "./node_modules/.bin/gulp compress",
"pub": "npm run gulp-build && npm run gulp-compress && 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