Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tpmkms

Package Overview
Dependencies
Maintainers
0
Versions
547
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tpmkms - npm Package Compare versions

Comparing version 8.0.0-beta.46 to 8.0.0-beta.47

10

common/countable.js

@@ -20,2 +20,4 @@ const { knowledgeModule, where, Digraph } = require('./runtime').theprogrammablemind

"((countOfPieces/*) [countingPieces] ([hasCountOfPieces]))",
"([more] (countable/*))",
"([less] (countable/*))",
"([all])",

@@ -49,2 +51,10 @@ // everything

{
id: "more",
bridge: "{ ...next(after[0]), more: operator, modifiers: append(['more'], after[0].modifiers) }",
},
{
id: "less",
bridge: "{ ...next(after[0]), less: operator, modifiers: append(['less'], after[0].modifiers) }",
},
{
id: "quantifier",

@@ -51,0 +61,0 @@ children: ['number', 'all'],

4

package.json

@@ -297,6 +297,6 @@ {

"argparse": "^2.0.1",
"theprogrammablemind": "8.0.0-beta.46"
"theprogrammablemind": "8.0.0-beta.47"
},
"version": "8.0.0-beta.46",
"version": "8.0.0-beta.47",
"license": "UNLICENSED"
}

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