Socket
Socket
Sign inDemoInstall

ecstacy

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecstacy - npm Package Compare versions

Comparing version 1.3.4 to 1.4.0

LICENSE

10

lib/ecstacy.js

@@ -113,2 +113,8 @@

if (this.type === 'js') {
var names = val.map(toName)
var i = names.indexOf('async')
if (~i && ~names.indexOf('generators')) val.splice(i, 1);
}
val.hash = val.map(toId).join('-') // what to save the file as

@@ -228,1 +234,5 @@ if (ua != null) this.cache.set(ua, val)

}
function toName(x) {
return x.name;
}

7

package.json
{
"name": "ecstacy",
"description": "transpile JS based on user agents ",
"version": "1.3.4",
"version": "1.4.0",
"author": {

@@ -30,2 +30,3 @@ "name": "Jonathan Ong",

"es6-templates": "0",
"es7-async-fn": "1",
"esprima-fb": "*",

@@ -38,5 +39,5 @@ "lazyrequire": "1",

"native-or-bluebird": "1",
"polyfills-db": "^1.9.0",
"polyfills-db": "^1.16.1",
"postcss": "3",
"postcss-calc": "2",
"postcss-calc": "3",
"postcss-color": "1",

@@ -43,0 +44,0 @@ "postcss-color-function": "1",

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