Socket
Socket
Sign inDemoInstall

@wmfs/cardscript-extract-defaults

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/cardscript-extract-defaults - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [1.2.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.1.1...v1.2.0) (2019-02-28)
### ✨ Features
* allow optional limit ([4dd13d4](https://github.com/wmfs/cardscript-extract-defaults/commit/4dd13d4))
* progress on apilookup ([2475d29](https://github.com/wmfs/cardscript-extract-defaults/commit/2475d29))
## [1.1.1](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.1.0...v1.1.1) (2019-02-27)

@@ -2,0 +10,0 @@

4

lib/index.js

@@ -37,3 +37,5 @@ module.exports = function extractDefaults (cardscript) {

page: 1,
totalPages: 0
totalPages: 0,
offset: 0,
limit: element.resultsPerPage || 10
}

@@ -40,0 +42,0 @@ }

{
"name": "@wmfs/cardscript-extract-defaults",
"description": "Extracts sensible defaults from some Cardscript.",
"version": "1.1.1",
"version": "1.2.0",
"author": "West Midlands Fire Service",

@@ -6,0 +6,0 @@ "keywords": [

@@ -66,3 +66,5 @@ /* eslint-env mocha */

page: 1,
totalPages: 0
totalPages: 0,
limit: 10,
offset: 0
},

@@ -69,0 +71,0 @@ summary: {

Sorry, the diff of this file is not supported yet

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