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

@redux-saga/symbols

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-saga/symbols - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

dist/redux-saga-symbols.cjs.js

@@ -49,2 +49,3 @@ 'use strict';

exports.SAGA_ACTION = SAGA_ACTION;
exports.SAGA_LOCATION = SAGA_LOCATION;
exports.SELF_CANCELLATION = SELF_CANCELLATION;

@@ -54,2 +55,1 @@ exports.TASK = TASK;

exports.TERMINATE = TERMINATE;
exports.SAGA_LOCATION = SAGA_LOCATION;

@@ -39,2 +39,2 @@ var createSymbol = function createSymbol(name) {

export { CANCEL, CHANNEL_END_TYPE, IO, MATCH, MULTICAST, SAGA_ACTION, SELF_CANCELLATION, TASK, TASK_CANCEL, TERMINATE, SAGA_LOCATION };
export { CANCEL, CHANNEL_END_TYPE, IO, MATCH, MULTICAST, SAGA_ACTION, SAGA_LOCATION, SELF_CANCELLATION, TASK, TASK_CANCEL, TERMINATE };
{
"name": "@redux-saga/symbols",
"version": "1.0.1",
"version": "1.1.0",
"description": "Redux-saga internal symbol \"registry\".",

@@ -36,11 +36,11 @@ "main": "./dist/redux-saga-symbols.cjs.js",

"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"rimraf": "^2.4.3",
"rollup": "^1.0.2",
"rollup": "^1.21.1",
"rollup-plugin-babel": "5.0.0-alpha.0"
},
"gitHead": "876ac7bb9d049e9a0c9526b4396b3fd0364d3181"
"gitHead": "55bac9e8c47fceff097cc085177386cef14d8f58"
}
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