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

simplesignal

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplesignal - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

dist/SimpleSignal.d.ts

1

dist/SimpleSignal.es.js

@@ -57,2 +57,1 @@ /**

export default SimpleSignal;
//# sourceMappingURL=SimpleSignal.es.js.map

@@ -66,2 +66,1 @@ (function (global, factory) {

module.exports.default = module.exports; // Terrible injection just so it works regardless of how it's required
//# sourceMappingURL=SimpleSignal.umd.js.map
{
"name": "simplesignal",
"version": "4.0.0",
"version": "4.0.1",
"description": "Super-simple signals class",
"main": "./dist/SimpleSignal.umd.js",
"module": "./dist/SimpleSignal.es.js",
"types": "./src/SimpleSignal.d.ts",
"types": "./dist/SimpleSignal.d.ts",
"scripts": {

@@ -12,7 +12,7 @@ "build": "rimraf dist && rollup -c",

"test": "jest --testMatch **/test/**/*-test-*.js",
"test:coverage": "npm run test -- --coverage",
"test:coverage:coveralls": "npm run test -- --coverage --coverageReporters=text-lcov | coveralls",
"test:watch": "npm run test -- --watchAll",
"test:coverage": "yarn test --coverage",
"test:coverage:coveralls": "yarn test --coverage --coverageReporters=text-lcov | coveralls",
"test:watch": "yarn test --watchAll",
"lint": "tslint -c tslint.json src/*.ts",
"prepublish": "npm run build && npm run build:declarations"
"prepublish": "yarn build && yarn build:declarations"
},

@@ -46,3 +46,2 @@ "repository": {

"jest": "^23.6.0",
"regenerator-runtime": "^0.13.1",
"rimraf": "^2.5.4",

@@ -49,0 +48,0 @@ "rollup": "^0.67.4",

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