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

better-jsonp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-jsonp - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

dist/better-jsonp.common.js

2

dist/better-jsonp.js
/*!
* better-jsonp v0.2.14
* better-jsonp v0.2.15
* Copyrights (c) 2018-2018 Bowen (lbwa)

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* better-jsonp v0.2.14
* better-jsonp v0.2.15
* Copyrights (c) 2018-2018 Bowen (lbwa)

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "better-jsonp",
"version": "0.2.15",
"version": "0.2.16",
"description": "A simple JSONP implementation",
"main": "dist/better-jsonp.min.js",
"main": "dist/better-jsonp.esm.js",
"unpkg": "dist/better-jsonp.js",
"jsdelivr": "dist/better-jsonp.js",
"files": [

@@ -12,5 +14,8 @@ "lib",

"dev": "node samples/server.js",
"build": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment NODE_ENV:production",
"build:dev": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment NODE_ENV:development",
"release": "sh publish.sh"
"build": "yarn run build:prod && yarn run build:dev && yarn run build:common",
"build:prod": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment TARGET:production",
"build:dev": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment TARGET:development",
"build:common": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment TARGET:cjs",
"release": "sh publish.sh",
"cleaner": "rm -v dist/*.js"
},

@@ -17,0 +22,0 @@ "repository": {

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