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

framesg

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framesg - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

build/index.js

@@ -96,3 +96,3 @@ 'use strict';

this.repond(fRequestID, Object.assign({ success: false }, attrs));
this.respond(fRequestID, Object.assign({ success: false }, attrs));
}

@@ -99,0 +99,0 @@

@@ -66,3 +66,3 @@ let reqCounter = 1;

reject(fRequestID, attrs={}) {
this.repond(fRequestID, Object.assign({success: false}, attrs));
this.respond(fRequestID, Object.assign({success: false}, attrs));
}

@@ -69,0 +69,0 @@

{
"name": "framesg",
"version": "0.1.0",
"description": "request/response-style communication to/from iframes",
"version": "0.1.1",
"description": "request/response communication to/from iframes",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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