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.3 to 2.0.4

4

dist/postscribe.js
/**
* @file postscribe
* @description Asynchronously write javascript, even with document.write.
* @version vundefined
* @version v2.0.4
* @see {@link https://krux.github.io/postscribe}

@@ -1004,3 +1004,3 @@ * @license MIT

* @description Tiny, forgiving HTML parser
* @version vundefined
* @version v1.0.8
* @see {@link https://github.com/krux/prescribe/}

@@ -1007,0 +1007,0 @@ * @license MIT

/**
* @file postscribe
* @description Asynchronously write javascript, even with document.write.
* @version vundefined
* @version v2.0.4
* @see {@link https://krux.github.io/postscribe}

@@ -1004,3 +1004,3 @@ * @license MIT

* @description Tiny, forgiving HTML parser
* @version vundefined
* @version v1.0.8
* @see {@link https://github.com/krux/prescribe/}

@@ -1007,0 +1007,0 @@ * @license MIT

/**
* @file postscribe
* @description Asynchronously write javascript, even with document.write.
* @version vundefined
* @version v2.0.4
* @see {@link https://krux.github.io/postscribe}

@@ -6,0 +6,0 @@ * @license MIT

@@ -22,20 +22,2 @@ {

},
"contributors": [
{
"name": "Derek Brans",
"web": "https://github.com/dbrans"
},
{
"name": "Nick Sullivan",
"web": "http://creationeer.me"
},
{
"name": "Joshua Newman",
"web": "https://github.com/jnewman"
},
{
"name": "Seth Yates",
"web": "https://github.com/sethyates"
}
],
"maintainers": [

@@ -50,7 +32,7 @@ {

"dependencies": {
"prescribe": ">=1.0.7"
"prescribe": ">=1.0.8"
},
"devDependencies": {
"babel-core": "6.7.7",
"babel-eslint": "6.0.3",
"babel-eslint": "6.0.4",
"babel-loader": "6.2.4",

@@ -132,3 +114,3 @@ "babel-plugin-transform-es3-member-expression-literals": "6.5.0",

"lint": "gulp lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release pre && gulp build && npm publish && semantic-release post",
"start": "gulp serve",

@@ -143,3 +125,3 @@ "tdd": "gulp tdd",

},
"version": "2.0.3"
"version": "2.0.4"
}

Sorry, the diff of this file is not supported yet

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