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

function.prototype.name

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

function.prototype.name - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

auto.js

8

.jscs.json

@@ -161,10 +161,10 @@ {

"requireSpaceBeforeObjectValues": true,
"requireSpaceBeforeDestructuredValues": true,
"requireSpaceBeforeObjectValues": true,
"requireSpaceBeforeDestructuredValues": true,
"disallowSpacesInsideTemplateStringPlaceholders": true,
"disallowArrayDestructuringReturn": false,
"disallowArrayDestructuringReturn": false,
"requireNewlineBeforeSingleStatementsInIf": false,
"requireNewlineBeforeSingleStatementsInIf": false,

@@ -171,0 +171,0 @@ "disallowUnusedVariables": true,

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

1.1.0 / 2017-12-31
=================
* [New] add `auto` entry point
* [Deps] update `function-bind`
* [Dev Deps] update `uglify-register`, `tape`, `nsp`, `eslint`, `@ljharb/eslint-config`, `@es-shims/api`
* [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
1.0.3 / 2017-07-21

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

{
"name": "function.prototype.name",
"version": "1.0.3",
"version": "1.1.0",
"author": "Jordan Harband",

@@ -20,3 +20,3 @@ "description": "An ES6 spec-compliant `Function.prototype.name` shim",

"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"security": "nsp check"
"security": "nsp package"
},

@@ -37,19 +37,18 @@ "repository": {

"define-properties": "^1.1.2",
"function-bind": "^1.1.0",
"function-bind": "^1.1.1",
"is-callable": "^1.1.3"
},
"devDependencies": {
"@es-shims/api": "^1.2.0",
"@ljharb/eslint-config": "^12.1.0",
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.2.0",
"eslint": "^4.14.0",
"jscs": "^3.0.7",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"nsp": "^2.6.3",
"nsp": "^3.1.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.7.0",
"uglify-js": "^3.0.25",
"uglify-register": "^1.0.0"
"tape": "^4.8.0",
"uglify-register": "^1.0.1"
},

@@ -56,0 +55,0 @@ "testling": {

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