New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/server-environment

Package Overview
Dependencies
Maintainers
2
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/server-environment - npm Package Compare versions

Comparing version

to
3.0.0-beta.17

65

.aofl.js

@@ -35,67 +35,2 @@ const path = require('path');

amd: 'lit-element',
},
'@babel/runtime/regenerator': {
commonjs2: '@babel/runtime/regenerator',
commonjs: '@babel/runtime/regenerator',
amd: '@babel/runtime/regenerator'
},
'@babel/runtime/helpers/asyncToGenerator': {
commonjs2: '@babel/runtime/helpers/asyncToGenerator',
commonjs: '@babel/runtime/helpers/asyncToGenerator',
amd: '@babel/runtime/helpers/asyncToGenerator'
},
'@babel/runtime/helpers/classCallCheck': {
commonjs2: '@babel/runtime/helpers/classCallCheck',
commonjs: '@babel/runtime/helpers/classCallCheck',
amd: '@babel/runtime/helpers/classCallCheck'
},
'@babel/runtime/helpers/createClass': {
commonjs2: '@babel/runtime/helpers/createClass',
commonjs: '@babel/runtime/helpers/createClass',
amd: '@babel/runtime/helpers/createClass'
},
'@babel/runtime/helper': {
commonjs2: '@babel/runtime/helper',
commonjs: '@babel/runtime/helper',
amd: '@babel/runtime/helper'
},
'@babel/runtime/helpers/getPrototypeOf': {
commonjs2: '@babel/runtime/helpers/getPrototypeOf',
commonjs: '@babel/runtime/helpers/getPrototypeOf',
amd: '@babel/runtime/helpers/getPrototypeOf'
},
'@babel/runtime/helpers/get': {
commonjs2: '@babel/runtime/helpers/get',
commonjs: '@babel/runtime/helpers/get',
amd: '@babel/runtime/helpers/get'
},
'@babel/runtime/helpers/inherits': {
commonjs2: '@babel/runtime/helpers/inherits',
commonjs: '@babel/runtime/helpers/inherits',
amd: '@babel/runtime/helpers/inherits'
},
'@babel/runtime/helpers/assertThisInitialized': {
commonjs2: '@babel/runtime/helpers/assertThisInitialized',
commonjs: '@babel/runtime/helpers/assertThisInitialized',
amd: '@babel/runtime/helpers/assertThisInitialized'
},
'@babel/runtime/helpers/possibleConstructorReturn': {
commonjs2: '@babel/runtime/helpers/possibleConstructorReturn',
commonjs: '@babel/runtime/helpers/possibleConstructorReturn',
amd: '@babel/runtime/helpers/possibleConstructorReturn'
},
'@babel/runtime/helpers/setPrototypeOf': {
commonjs2: '@babel/runtime/helpers/setPrototypeOf',
commonjs: '@babel/runtime/helpers/setPrototypeOf',
amd: '@babel/runtime/helpers/setPrototypeOf'
},
'@babel/runtime/helpers/superPropBase': {
commonjs2: '@babel/runtime/helpers/superPropBase',
commonjs: '@babel/runtime/helpers/superPropBase',
amd: '@babel/runtime/helpers/superPropBase'
},
'@babel/runtime/helpers/typeof': {
commonjs2: '@babel/runtime/helpers/typeof',
commonjs: '@babel/runtime/helpers/typeof',
amd: '@babel/runtime/helpers/typeof'
}

@@ -102,0 +37,0 @@ }

4

package.json
{
"name": "@aofl/server-environment",
"version": "3.0.0-beta.16",
"version": "3.0.0-beta.17",
"description": "Helps determine dev, stage, prod environments based on hostname",

@@ -40,3 +40,3 @@ "main": "index.js",

},
"gitHead": "32c2f889b64c30fba2458f8704f7c135b47c5b95"
"gitHead": "1a9a0010d531b8a6ab7287dee07687c312379976"
}