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

ember-redux-thunk-shim

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-redux-thunk-shim - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.1.2
* **Fixed** build to publish.
# 1.1.1

@@ -2,0 +6,0 @@

18

package.json
{
"name": "ember-redux-thunk-shim",
"version": "1.1.1",
"version": "1.1.2",
"description": "redux-thunk for Ember apps",

@@ -11,7 +11,6 @@ "directories": {

"build": "ember build",
"lint": "npm run lint-js && npm run lint-md",
"lint-js": "eslint *.js addon app blueprints config tests",
"lint-md": "remark *.md",
"lint": "lint-all-the-things",
"start": "ember server",
"test": "npm run lint && ember test"
"test": "npm run lint && npm run test-addon",
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=default} && ember try:one $EMBER_TRY_SCENARIO --- COVERAGE=true ember test"
},

@@ -39,3 +38,3 @@ "repository": {

"ember-cli-inject-live-reload": "^1.6.1",
"ember-cli-mocha": "0.13.1",
"ember-cli-mocha": "0.13.2",
"ember-cli-test-loader": "^1.1.1",

@@ -48,8 +47,5 @@ "ember-cli-uglify": "^1.2.0",

"ember-symbol-observable": "0.1.2",
"eslint": "^3.13.1",
"eslint-config-frost-standard": "^5.3.2",
"ember-test-utils": "^1.10.3",
"loader.js": "^4.1.0",
"redux-thunk": "2.2.0",
"remark-cli": "^2.1.0",
"remark-lint": "^5.4.0"
"redux-thunk": "2.2.0"
},

@@ -56,0 +52,0 @@ "keywords": [

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