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

postscribe

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postscribe - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/postscribe.js

6

CHANGELOG.md

@@ -5,3 +5,7 @@ # Change Log

## 2.0.0 - UNRELEASED
## 2.0.1 - 2016-04-19
### Fixed
- Fixed race condition in release resulting in an empty package
## 2.0.0 - 2016-04-18
### Changed

@@ -8,0 +12,0 @@ - Porting to ES6, Gulp, Karma and Webpack

2

package.json
{
"name": "postscribe",
"description": "Asynchronously write javascript, even with document.write.",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://krux.github.io/postscribe",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/krux/postscribe/issues",

@@ -186,5 +186,2 @@ # Overview

Curious if a specific browser will work? [Run the tests yourself](http://krux.github.com/postscribe/test/test.html) and let us know if you see
any failures.
Note that we do not provide any support for Internet Explorer versions earlier than IE8.

@@ -248,3 +245,3 @@

Using [travis-ci](https://travis-ci.org), the [Qunit](http://qunitjs.com) unit tests are run on every commit using PhantomJS to run the tests
Using [travis-ci](https://travis-ci.org), the unit tests are run on every commit using PhantomJS to run the tests
with a real browser.

@@ -258,8 +255,2 @@

Or, open the [test.html](./test/test.html) file in your web browser:
```console
open test/test.html
```
To run tests in Test-Driven-Development mode, where the test will be run after every change, use:

@@ -266,0 +257,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