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 3.2.0 to 4.0.0

.rpt2_cache/rpt2_40babdce3b26b8a73d82365fc81657377e443b81/code/cache/61cd69d6156997c05330bbd21e434617294d8b53

8

package.json
{
"name": "@ctx-core/combinators",
"version": "3.2.0",
"version": "4.0.0",
"description": "ctx-core combinators",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "src/lib/index.ts",
"types": "lib/index.ts",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf .rpt2_cache; rm -rf ./*/index.*",
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete",
"compile": "rollup -c",

@@ -37,3 +37,3 @@ "prepublishOnly": "npm run build",

},
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc"
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f"
}

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

{
input: 'src/lib/index.ts',
input: 'lib/index.ts',
output: [

@@ -8,0 +8,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