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

motoko

Package Overview
Dependencies
Maintainers
0
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 3.10.0 to 3.10.1

2

lib/keywords.js

@@ -38,2 +38,3 @@ "use strict";

'or',
'persistent',
'private',

@@ -49,2 +50,3 @@ 'public',

'to_candid',
'transient',
'true',

@@ -51,0 +53,0 @@ 'try',

2

package.json
{
"name": "motoko",
"version": "3.10.0",
"version": "3.10.1",
"description": "Compile and run Motoko smart contracts in Node.js or the browser.",

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

@@ -35,2 +35,3 @@ export const keywords = [

'or',
'persistent',
'private',

@@ -46,2 +47,3 @@ 'public',

'to_candid',
'transient',
'true',

@@ -48,0 +50,0 @@ 'try',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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