Socket
Socket
Sign inDemoInstall

chem

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chem - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

lib/b/chem.js

60

package.json
{
"name": "chem",
"description": "chem game engine",
"author": "Andrew Kelley <superjoe30@gmail.com>",
"version": "0.2.6",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/superjoe30/chem/master/LICENSE"
}],
"engines": {
"node": "~0.8.2"
},
"main": "./lib/index",
"repository": {
"type": "git",
"url": "git://github.com/superjoe30/chem.git"
},
"dependencies": {
"canvas": "~0.12.1",
"node-static": "~0.6.0",
"jspackage": "~0.4.9",
"optimist": "~0.3.4",
"coco": "0.8.1"
},
"scripts": {
"dev": "npm install && coke watch",
"prepublish": "coke build"
},
"bin": {
"chem": "./bin/chem"
"name": "chem",
"description": "chem game engine",
"author": "Andrew Kelley <superjoe30@gmail.com>",
"version": "0.2.7",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/superjoe30/chem/master/LICENSE"
}
],
"engines": {
"node": "~0.8.2"
},
"main": "./lib/index",
"repository": {
"type": "git",
"url": "git://github.com/superjoe30/chem.git"
},
"dependencies": {
"canvas": "~0.12.1",
"node-static": "~0.6.0",
"jspackage": "~0.5.0",
"optimist": "~0.3.4",
"coco": "0.8.1"
},
"scripts": {
"dev": "npm install && coke watch",
"prepublish": "coke build"
},
"bin": {
"chem": "./bin/chem"
}
}
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