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

cept

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cept - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

license

24

package.json
{
"name": "cept",
"version": "1.0.3",
"version": "1.0.4",
"description": "Intercept method calls",

@@ -15,5 +15,5 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/cept/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -26,14 +26,14 @@ "files": [

"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"nyc": "^11.0.0",
"nyc": "^14.0.0",
"prettier": "^1.12.1",
"remark-cli": "^5.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"xo": "^0.20.0"
"tinyify": "^2.5.0",
"xo": "^0.24.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.js --bare -s cept > cept.js",
"build-mangle": "esmangle cept.js > cept.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify . -s cept -o cept.js",
"build-mangle": "browserify . -s cept -p tinyify -o cept.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -61,6 +61,2 @@ "test-api": "node test",

"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignores": [

@@ -67,0 +63,0 @@ "cept.js"

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

# cept [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# cept
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
Intercept method calls.

@@ -54,14 +59,22 @@

[travis-badge]: https://img.shields.io/travis/wooorm/cept.svg
[build-badge]: https://img.shields.io/travis/wooorm/cept.svg
[travis]: https://travis-ci.org/wooorm/cept
[build]: https://travis-ci.org/wooorm/cept
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/cept.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/cept.svg
[codecov]: https://codecov.io/github/wooorm/cept
[coverage]: https://codecov.io/github/wooorm/cept
[downloads-badge]: https://img.shields.io/npm/dm/cept.svg
[downloads]: https://www.npmjs.com/package/cept
[size-badge]: https://img.shields.io/bundlephobia/minzip/cept.svg
[size]: https://bundlephobia.com/result?p=cept
[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE
[license]: license
[author]: http://wooorm.com
[author]: https://wooorm.com
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