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

outpatient

Package Overview
Dependencies
Maintainers
1
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 2.0.0 to 2.0.1

es2015/block.js

5

HISTORY.md
# History
## v2.0.1 2017 March 20
- Add core-js to provide Object.values
- Add babel compilation and the appropriate edition for it
- Should fix https://travis-ci.org/bevry/learn/builds/212827771
## v2.0.0 2017 March 20

@@ -4,0 +9,0 @@ - Removed components that we haven't used for a long while

23

package.json
{
"name": "outpatient",
"version": "2.0.0",
"version": "2.0.1",
"description": "helpers for bevry websites",

@@ -72,9 +72,20 @@ "homepage": "https://github.com/bevry/outpatient",

]
},
{
"description": "Babel Compiled + ES2015 + Require",
"directory": "es2015",
"entry": "index.js",
"syntaxes": [
"javascript",
"es2015",
"require"
]
}
],
"main": "source/index.js",
"main": "index.js",
"scripts": {
"our:setup": "npm install",
"our:clean": "rm -Rf ./docs ./es2015 ./out",
"our:compile": "echo 'no need for compilation'",
"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",

@@ -93,5 +104,7 @@ "our:meta:docs": "echo 'no docs currently'",

"our:release:push": "git push origin master && git push origin --tags",
"test": "node --harmony ./source/test.js --joe-reporter=console"
"test": "node --harmony ./test.js --joe-reporter=console"
},
"dependencies": {
"core-js": "^2.4.1",
"editions": "^1.3.3",
"extendr": "^3.2.2",

@@ -103,2 +116,4 @@ "hyperscript": "^2.0.2",

"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"eslint": "^3.18.0",

@@ -105,0 +120,0 @@ "projectz": "^1.3.2"

5

README.md

@@ -48,4 +48,5 @@ <!-- TITLE/ -->

<ul><li><code>outpatient</code> aliases <code>outpatient/source/index.js</code></li>
<li><code>outpatient/source/index.js</code> is Source + <a href="https://babeljs.io/docs/learn-es2015/" title="ECMAScript Next">ESNext</a> + <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a></li></ul>
<ul><li><code>outpatient</code> aliases <code>outpatient/index.js</code> which uses <a href="https://github.com/bevry/editions" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li>
<li><code>outpatient/source/index.js</code> is Source + <a href="https://babeljs.io/docs/learn-es2015/" title="ECMAScript Next">ESNext</a> + <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a></li>
<li><code>outpatient/es2015/index.js</code> is <a href="https://babeljs.io" title="The compiler for writing next generation JavaScript">Babel</a> Compiled + <a href="http://babeljs.io/docs/plugins/preset-es2015/" title="ECMAScript 2015">ES2015</a> + <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a></li></ul>

@@ -52,0 +53,0 @@ <p>Older environments may need <a href="https://babeljs.io/docs/usage/polyfill/" title="A polyfill that emulates missing ECMAScript environment features">Babel's Polyfill</a> or something similar.</p>

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