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

appkey

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appkey - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.editorconfig

5

benchmark/index.js

@@ -0,3 +1,4 @@

// eslint-disable-next-line import/no-extraneous-dependencies
const { Suite } = require('benchmark');
const gen = require('../src');
const { Suite } = require('benchmark');

@@ -11,2 +12,2 @@ const suite = new Suite();

})
.run({ async: true });
.run({ async: true });

13

package.json
{
"name": "appkey",
"version": "1.1.0",
"version": "1.1.1",
"description": "App Key/Secret Generator",

@@ -15,11 +15,8 @@ "main": "src/index.js",

"benchmark": "^2.1.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1"
"eslint": "^5.16.0",
"eslint-config-willin": "^1.0.2"
},
"repository": "git@github.com:AirDwing/node-appkey.git",
"repository": "git@github.com:xibang/node-appkey.git",
"author": "willin <willin@willin.org>",
"license": "MIT"
"license": "Apache-2.0"
}

@@ -40,3 +40,3 @@ # AppKey

MIT
Apache 2.0

@@ -43,0 +43,0 @@ 通过支付宝捐赠:

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