New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@braintree/iframer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braintree/iframer - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

.prettierignore

7

CHANGELOG.md

@@ -1,4 +0,7 @@

CHANGELOG
=========
# CHANGELOG
# 1.1.0
- Add typescript types
## 1.0.3

@@ -5,0 +8,0 @@

{
"name": "@braintree/iframer",
"version": "1.0.3",
"version": "1.1.0",
"description": "A utility to consistently create iframes",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"test": "./node_modules/karma/bin/karma start config/karma.js --single-run"
"prepublishOnly": "npm run build",
"prebuild": "prettier --write .",
"build": "tsc --declaration",
"lint": "eslint --ext js,ts .",
"posttest": "npm run lint",
"test": "jest"
},

@@ -15,15 +21,13 @@ "repository": {

"devDependencies": {
"browserify": "^9.0.8",
"chai": "^2.2.0",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.4",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"mocha": "^3.0.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
"@types/jest": "^26.0.4",
"eslint": "^7.4.0",
"eslint-config-braintree": "^5.0.0-typescript-prep-rc.17",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"ts-jest": "^26.1.2",
"typescript": "^3.9.6"
},
"jest": {
"preset": "ts-jest"
}
}

@@ -1,3 +0,2 @@

iframer
=======
# iframer

@@ -9,9 +8,9 @@ A utility to allow consistent iframe creation.

```javascript
var iframer = require('iframer');
var iframer = require("iframer");
var myIframe = iframer({
name: 'braintree-dropin-iframe',
style: 'z-index: 999',
width: '100%',
height: '68'
name: "braintree-dropin-iframe",
style: "z-index: 999",
width: "100%",
height: "68",
});

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