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

conclure

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conclure - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

15

package.json
{
"name": "conclure",
"version": "1.2.1",
"version": "2.0.0",
"description": "Generator runner",
"main": "dist/conclude.js",
"type": "module",
"main": "src/conclude.js",
"module": "src/conclude.js",
"exports": {
".": "./src/conclude.js",
"./effects": "./src/effects.js",
"./combinators": "./src/combinators.js"
},
"types": "conclude.d.ts",

@@ -16,4 +22,2 @@ "repository": {

"scripts": {
"build": "esbuild src/* --format=cjs --outdir=dist",
"prepare": "yarn build",
"test": "ava -v"

@@ -38,5 +42,4 @@ },

"devDependencies": {
"ava": "^3.15.0",
"esbuild": "^0.11.16"
"ava": "^3.15.0"
}
}

4

src/combinators.js

@@ -1,3 +0,3 @@

import { conclude, isPromise } from './conclude';
import { cps } from './effects';
import { conclude, isPromise } from './conclude.js';
import { cps } from './effects.js';

@@ -4,0 +4,0 @@ const noop = () => {};

@@ -1,2 +0,2 @@

import { TYPE } from './effects';
import { TYPE } from './effects.js';

@@ -3,0 +3,0 @@ export function isIterator(obj) {

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