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

settings-lib

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

settings-lib - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

history.md

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

# v1.1.4 / 2020-11-10
* Updated dependencies
# v1.1.3 / 2020-10-06

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

18

package.json

@@ -5,3 +5,3 @@ {

"main": "./dist/settings.js",
"version": "1.1.3",
"version": "1.1.4",
"author": "Joshua Thomas (http://github.com/brozeph)",

@@ -26,3 +26,3 @@ "license": "MIT",

"posttest": "nyc report --reporter=text-lcov | coveralls",
"prepublish": "gulp build",
"prepare": "gulp build",
"pretest": "gulp clean && gulp lint",

@@ -50,11 +50,11 @@ "test": "NODE_ENV=test nyc mocha ./test/src",

"dependencies": {
"@babel/runtime-corejs2": "^7.11.2",
"@babel/runtime-corejs2": "^7.12.5",
"yaml": "^1.10.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"babel-eslint": "^10.1.0",

@@ -70,5 +70,5 @@ "babel-plugin-istanbul": "^6.0.0",

"gulp-sourcemaps": "^2.6.5",
"mocha": "^8.1.3",
"mocha": "^8.2.1",
"nyc": "^15.1.0"
}
}

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