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

@cycle/base

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle/base - npm Package Compare versions

Comparing version 1.0.0 to 1.2.0

CHANGELOG.md

2

lib/index.d.ts

@@ -25,3 +25,3 @@ export interface Observer {

dispose: (sinks: any, sinkProxies: SinkProxies, sources: any) => void;
makeHoldSubject: () => any;
makeHoldSubject: () => HoldSubject;
isValidStream: (stream: any) => boolean;

@@ -28,0 +28,0 @@ streamSubscribe: StreamSubscribe;

{
"name": "@cycle/base",
"version": "1.0.0",
"version": "1.2.0",
"description": "Base infrastructure for a generic run() function for Cycle.js",

@@ -49,7 +49,16 @@ "license": "MIT",

"typescript": "^1.7.5",
"uglify-js": "2.5.0",
"uglify-js": "2.6.1",
"validate-commit-msg": "^1.1.1"
},
"browserify": {
"transform": [["babelify", { "presets": ["es2015"] }]]
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},

@@ -81,4 +90,8 @@ "engines": {

"prepublish": "npm run lib",
"preversion": "npm run dist && git add dist/ && git commit -m 'chore(dist): build dist/'"
"preversion": "npm run dist && git add dist/ && git diff --quiet --exit-code --cached || git commit -a -m 'chore(dist): build dist/'",
"version-patch": "npm version patch --message 'chore(version): %s'",
"version-minor": "npm version minor --message 'chore(version): %s'",
"version-major": "npm version major --message 'chore(version): %s'",
"postversion": "npm publish --access=public"
}
}

@@ -32,3 +32,3 @@ export interface Observer {

dispose: (sinks: any, sinkProxies: SinkProxies, sources: any) => void;
makeHoldSubject: () => any;
makeHoldSubject: () => HoldSubject;
isValidStream: (stream: any) => boolean;

@@ -35,0 +35,0 @@ streamSubscribe: StreamSubscribe;

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