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.1.3 to 1.2.0

combinators/package.json

13

package.json
{
"name": "conclure",
"version": "1.1.3",
"version": "1.2.0",
"description": "Generator runner",
"main": "conclude.js",
"module": "conclude.js",
"main": "dist/conclude.js",
"module": "src/conclude.js",
"types": "conclude.d.ts",

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

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

@@ -22,5 +24,2 @@ },

"tests/**/*"
],
"require": [
"esm"
]

@@ -41,4 +40,4 @@ },

"ava": "^3.15.0",
"esm": "^3.2.25"
"esbuild": "^0.11.16"
}
}
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