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 2.0.2 to 2.0.3

4

lib/package.js

@@ -65,3 +65,3 @@ 'use strict';

f.name.slice(repo.dir ? repo.dir.length + 1 : 0);
mo.addFile(stripped, content);
mo.write(stripped, content);
files[stripped] = content;

@@ -104,3 +104,3 @@ })();

f.path.slice(repo.dir ? repo.dir.length + 1 : 0);
mo.addFile(stripped, content);
mo.write(stripped, content);
files[stripped] = content;

@@ -107,0 +107,0 @@ })();

{
"name": "motoko",
"version": "2.0.2",
"version": "2.0.3",
"description": "Compile Motoko smart contracts in Node.js and the browser.",

@@ -5,0 +5,0 @@ "author": "Ryan Vandersmith (https://github.com/rvanasa)",

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