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

motoko

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motoko - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

contrib/hljs.js

54

package.json
{
"name": "motoko",
"version": "1.0.1",
"description": "",
"main": "motoko.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
"name": "motoko",
"version": "2.0.0",
"description": "Compile Motoko smart contracts in Node.js and the browser.",
"author": "Ryan Vandersmith (https://github.com/rvanasa)",
"license": "Apache-2.0",
"main": "./index.js",
"scripts": {
"generate": "node utils/generate",
"test": "jest"
},
"dependencies": {
"cross-fetch": "3.1.5",
"isomorphic-parse-github-url": "1.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^28.1.3",
"prettier": "^2.7.1"
},
"directories": {
"lib": "lib",
"contrib": "contrib"
},
"files": [
"lib",
"contrib",
"versions/latest"
],
"keywords": [
"motoko",
"language",
"programming-language",
"dfinity",
"smart-contract",
"canister",
"browser",
"ic",
"icp",
"internet-computer",
"blockchain",
"cryptocurrency",
"nft",
"token"
]
}
.npmignore
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