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

cyclejs-group

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

cyclejs-group - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

dist/create-streams-group.js

@@ -15,3 +15,3 @@ 'use strict';

require('core-js/library/fn/object/entries');
require('core-js/fn/object/entries');

@@ -18,0 +18,0 @@ var _createStream = require('cyclejs');

{
"name": "cyclejs-group",
"version": "0.3.5",
"version": "0.3.6",
"author": "Eryk Napierala",

@@ -46,3 +46,3 @@ "description": "Utility for CycleJS framework for reducing boilerplate when creating groups of streams",

"jscs": "jscs src/",
"mocha": "mocha --compilers js:babel/register --reporter spec --ui tdd test",
"mocha": "mocha --compilers js:babel/register --reporter spec --ui tdd test",
"test": "npm run jshint && npm run mocha",

@@ -49,0 +49,0 @@ "browserify": "browserify src/create-streams-group.js -t babelify --standalone createStreamsGroup --outfile dist/cyclejs-group.js",

'use strict';
import 'core-js/library/fn/object/entries';
import 'core-js/fn/object/entries';

@@ -5,0 +5,0 @@ import { createStream } from 'cyclejs';

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