Socket
Socket
Sign inDemoInstall

@ctx-core/combinators

Package Overview
Dependencies
Maintainers
1
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/combinators - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

.rpt2_cache/rpt2_8762480d74fcb03bcce16f99f07f81a435aa4e4e/code/cache/81f3d0fc0efe80aa66292dc1f5f4873602dde592

6

package.json
{
"name": "@ctx-core/combinators",
"version": "4.0.0",
"version": "4.0.1",
"description": "ctx-core combinators",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.ts",
"types": "lib/index.d.ts",
"scripts": {

@@ -37,3 +37,3 @@ "build": "npm run clean && npm run compile",

},
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f"
"gitHead": "435c664ee4b22390a00f71a3806da2b13f865fb0"
}

@@ -5,6 +5,6 @@ import typescript_plugin from 'rollup-plugin-typescript2'

{
input: 'lib/index.ts',
input: 'src/lib/index.ts',
output: [
{
file: 'lib/index.mjs',
file: 'lib/index.js',
format: 'esm',

@@ -11,0 +11,0 @@ },

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