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

@tangle/strategy

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tangle/strategy - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -47,2 +47,4 @@ const Reify = require('./reify')

get properties () { return Object.keys(this.composition).sort() }
// isConflict: IsConflict(composition),

@@ -49,0 +51,0 @@ // isValidMerge: IsValidMerge(composition)

2

package.json
{
"name": "@tangle/strategy",
"version": "1.0.1",
"version": "1.1.0",
"description": "a toolkit for composing tangle reducing strategies",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -50,3 +50,3 @@ # @tangle/strategy

### `strategy.idValid(T) => Boolean`
### `strategy.isValid(T) => Boolean`

@@ -59,2 +59,3 @@ If the last result was `false` you can find an Error under `strategy.isValid.error`

### `strategy.properties => Array`

@@ -61,0 +62,0 @@

@@ -53,3 +53,9 @@ const test = require('tape')

t.deepEqual(
strategy.properties,
['attendees', 'title'],
'properties'
)
t.end()
})
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