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

es-abstract

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-abstract - npm Package Compare versions

Comparing version 1.4.3 to 1.5.0

16

.jscs.json

@@ -139,4 +139,18 @@ {

"afterStar": true
}
},
"disallowSpacesInGenerator": {
"beforeStar": true
},
"disallowVar": false,
"requireArrayDestructuring": false,
"requireEnhancedObjectLiterals": false,
"requireObjectDestructuring": false,
"requireEarlyReturn": false
}

@@ -0,1 +1,8 @@

1.5.0 / 2015-12-27
=================
* [New] adds `Symbol.toPrimitive` support via `es-to-primitive`
* [Deps] update `is-callable`, `es-to-primitive`
* [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`
* [Tests] up to `node` `v5.3`
1.4.3 / 2015-11-04

@@ -2,0 +9,0 @@ =================

18

package.json
{
"name": "es-abstract",
"version": "1.4.3",
"version": "1.5.0",
"author": {

@@ -47,17 +47,17 @@ "name": "Jordan Harband",

"function-bind": "^1.0.2",
"is-callable": "^1.1.0",
"es-to-primitive": "^1.0.0",
"is-callable": "^1.1.1",
"es-to-primitive": "^1.1.0",
"is-regex": "^1.0.3"
},
"devDependencies": {
"tape": "^4.2.2",
"tape": "^4.4.0",
"covert": "^1.1.0",
"jscs": "^2.5.0",
"jscs": "^2.7.0",
"editorconfig-tools": "^0.1.1",
"nsp": "^2.0.0",
"eslint": "^1.8.0",
"@ljharb/eslint-config": "^1.5.0",
"nsp": "^2.2.0",
"eslint": "^1.10.3",
"@ljharb/eslint-config": "^1.6.0",
"object-is": "^1.0.1",
"foreach": "^2.0.5",
"semver": "^5.0.3",
"semver": "^5.1.0",
"replace": "^0.3.0"

@@ -64,0 +64,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