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

hypothesis

Package Overview
Dependencies
Maintainers
2
Versions
1577
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypothesis - npm Package Compare versions

Comparing version 0.31.0 to 0.32.0

CHANGELOG.md

28

build/manifest.json

@@ -14,36 +14,18 @@ {

"fonts/h.woff": "fonts/h.woff?289c8e",
"images/apple-touch-icon-152x152.png": "images/apple-touch-icon-152x152.png?45c6b1",
"images/browser-chrome-64x64.png": "images/browser-chrome-64x64.png?6c11d7",
"images/help-arrow.svg": "images/help-arrow.svg?525199",
"images/laptop.png": "images/laptop.png?61d67a",
"images/logo.png": "images/logo.png?27f3b4",
"images/noise_1.png": "images/noise_1.png?866872",
"images/sad-annotation.svg": "images/sad-annotation.svg?e9c994",
"images/wordmark.png": "images/wordmark.png?ef70c8",
"scripts/admin-site.bundle.js": "scripts/admin-site.bundle.js?461ed6",
"scripts/angular.bundle.js": "scripts/angular.bundle.js?6b1cbd",
"scripts/app.bundle.js": "scripts/app.bundle.js?5bd1ba",
"scripts/bootstrap.bundle.js": "scripts/bootstrap.bundle.js?4ce544",
"scripts/injector.bundle.js": "scripts/injector.bundle.js?bd6282",
"scripts/app.bundle.js": "scripts/app.bundle.js?8315f9",
"scripts/injector.bundle.js": "scripts/injector.bundle.js?f95cf9",
"scripts/jquery.bundle.js": "scripts/jquery.bundle.js?aa4179",
"scripts/katex.bundle.js": "scripts/katex.bundle.js?5ff8c3",
"scripts/legacy-site.bundle.js": "scripts/legacy-site.bundle.js?5c9247",
"scripts/polyfills.bundle.js": "scripts/polyfills.bundle.js?a66b55",
"scripts/polyfills.bundle.js": "scripts/polyfills.bundle.js?483acb",
"scripts/raven.bundle.js": "scripts/raven.bundle.js?1f402a",
"scripts/showdown.bundle.js": "scripts/showdown.bundle.js?1e9f4c",
"scripts/site.bundle.js": "scripts/site.bundle.js?23bc31",
"scripts/unorm.bundle.js": "scripts/unorm.bundle.js?5e23eb",
"styles/admin.css": "styles/admin.css?a3ec3c",
"styles/angular-csp.css": "styles/angular-csp.css?e61a94",
"styles/angular-toastr.css": "styles/angular-toastr.css?16d5c7",
"styles/app.css": "styles/app.css?2db722",
"styles/bootstrap.css": "styles/bootstrap.css?ecff1e",
"styles/help-page.css": "styles/help-page.css?df6209",
"styles/app.css": "styles/app.css?4e396f",
"styles/icomoon.css": "styles/icomoon.css?36ecbe",
"styles/inject.css": "styles/inject.css?c18793",
"styles/katex.min.css": "styles/katex.min.css?925527",
"styles/main.css": "styles/main.css?c3941c",
"styles/old-home.css": "styles/old-home.css?f746b8",
"styles/pdfjs-overrides.css": "styles/pdfjs-overrides.css?45a1ee",
"styles/site.css": "styles/site.css?1239cc"
"styles/pdfjs-overrides.css": "styles/pdfjs-overrides.css?45a1ee"
}
{
"name": "hypothesis",
"version": "0.31.0",
"version": "0.32.0",
"description": "Annotate with anyone, anywhere.",

@@ -21,3 +21,2 @@ "license": "BSD-2-Clause",

"babelify": "^6.1.3",
"bootstrap": "3.3.5",
"browserify": "^13.0.0",

@@ -41,2 +40,3 @@ "browserify-ngannotate": "^1.0.1",

"escape-html": "^1.0.3",
"escape-string-regexp": "^1.0.5",
"exorcist": "^0.4.0",

@@ -54,14 +54,14 @@ "extend": "^2.0.0",

"inherits": "^2.0.1",
"is-equal-shallow": "^0.1.3",
"jquery": "1.11.1",
"js-polyfills": "^0.1.16",
"jscs": "^3.0.2",
"karma": "^0.13.22",
"karma-browserify": "^5.0.3",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sinon": "^1.0.4",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon": "^1.0.5",
"lodash.debounce": "^4.0.3",
"lodash.get": "^4.3.0",
"mkdirp": "^0.5.1",

@@ -71,4 +71,2 @@ "mocha": "^2.4.5",

"node-uuid": "^1.4.3",
"phantom-ownpropertynames": "^1.0.0",
"phantomjs": "^1.9.7",
"postcss": "^5.0.6",

@@ -83,3 +81,3 @@ "postcss-url": "^5.1.1",

"redux": "^3.5.2",
"request": "^2.71.0",
"request": "^2.72.0",
"retry": "^0.8.0",

@@ -98,4 +96,3 @@ "scroll-into-view": "^1.3.1",

"websocket": "^1.0.22",
"whatwg-fetch": "^0.10.1",
"zen-observable": "^0.2.1"
"zen-observable": "^0.3.0"
},

@@ -147,4 +144,7 @@ "browserify": {

"deps": "check-dependencies",
"test": "gulp test-app"
"test": "gulp test-app",
"preversion": "npm run test",
"version": "make clean all && ./scripts/update-changelog.js && git add CHANGELOG.md",
"postversion": "git push && git push --tags && ./scripts/create-github-release.js"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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