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

feynman

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feynman - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

.idea/feynman.iml

5

lib/feynman.js

@@ -28,2 +28,3 @@ 'use strict'

}
return actor
},

@@ -90,5 +91,3 @@ asks: async question => {

)
const handler = perspective[id](params)
if (!handler) throw new Error(`No handler for: ${id} (${action})`)
return handler
return perspective[id](params)
},

@@ -95,0 +94,0 @@ }

@@ -265,2 +265,8 @@ 'use strict'

it('returns the actor when you attempt a task', async () => {
const joe = Actor(Perspective(), { })
const result = await joe.attemptsTo(() => {})
assert.equal(result, joe)
})
it('waits for async interactions to complete', async () => {

@@ -267,0 +273,0 @@ const db = {

2

package.json
{
"name": "feynman",
"version": "0.0.5",
"version": "0.0.6",
"description": "A screenplay pattern library for javascript",

@@ -5,0 +5,0 @@ "main": "lib/feynman.js",

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