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

outpatient

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outpatient - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

3

HISTORY.md
# History
## v3.2.0 2017 April 15
- Updated base files
## v3.1.0 2017 April 15

@@ -4,0 +7,0 @@ - Ability to customise the edit link text via `text.edit` template data

41

package.json
{
"name": "outpatient",
"version": "3.1.0",
"version": "3.2.0",
"description": "helpers for bevry websites",

@@ -85,9 +85,26 @@ "homepage": "https://github.com/bevry/outpatient",

"main": "index.js",
"dependencies": {
"core-js": "^2.4.1",
"editions": "^1.3.3",
"extendr": "^3.2.2",
"hyperscript": "^2.0.2",
"moment": "^2.18.0",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"assert-helpers": "^4.5.0",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"joe": "^2.0.2",
"joe-reporter-console": "^2.0.1",
"projectz": "^1.4.0"
},
"scripts": {
"our:setup": "npm install",
"our:clean": "rm -Rf ./docs ./es2015 ./out",
"our:setup": "npm run our:setup:npm",
"our:setup:npm": "npm install",
"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
"our:compile": "npm run our:compile:es2015",
"our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
"our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
"our:meta:docs": "echo 'no docs currently'",
"our:meta": "npm run our:meta:projectz",
"our:meta:projectz": "projectz compile",

@@ -105,17 +122,3 @@ "our:verify": "npm run our:verify:eslint",

"test": "node --harmony ./test.js --joe-reporter=console"
},
"dependencies": {
"core-js": "^2.4.1",
"editions": "^1.3.3",
"extendr": "^3.2.2",
"hyperscript": "^2.0.2",
"moment": "^2.18.0",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"eslint": "^3.18.0",
"projectz": "^1.3.2"
}
}

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